import type { EventModelingDB } from './types.js'; export declare const setOptions: (_rawOptString: string) => void; export declare const getOptions: () => {}; export declare const clear: () => void; export declare const getDirection: () => string; export declare const db: EventModelingDB;