export declare const setEntryPoint: (ep: string) => void;
export declare const getEntryPoint: () => string | null;
