/// <reference types="node" />
export declare const readFile: (path: string) => Promise<Buffer>;
