import { SyncTable } from "smc-util/sync/table"; import { SyncDoc } from "smc-util/sync/editor/generic/sync-doc"; import { Client } from "smc-util/sync/editor/generic/types"; export declare function init_syncdoc(client: Client, synctable: SyncTable, logger: any): void; export declare function get_syncdoc(path: string): SyncDoc | undefined; export declare function syncdoc_call(path: string, logger: any, mesg: any): Promise; export declare function close_all_syncdocs_in_tree(filename: string): Promise;