export declare function writeInbox(path: string, content: string): void; export declare function appendInbox(path: string, content: string): void; export declare function readInbox(path: string): string;