export declare function readFile(path: string): Uint8Array;
export declare function writeFile(path: string, data: Uint8Array): void;
