export declare const init: () => Promise<void>;
export declare const preinit: (inSandbox: boolean) => Promise<{}>;
