export declare const touchFile: (filePath: string) => Promise; export declare const init: () => Promise; export declare const cleanup: () => Promise;