import { BackendOptions } from "./backend";
export declare function initSessionDirectory(options: BackendOptions): void;
