export declare const readFile: (path: string) => Promise<ReadableStream<Uint8Array>>;
