export declare const write: (publicDir: string, hash: string) => Promise; export declare const exists: (publicDir: string) => boolean;