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