/// import { PathOrFileDescriptor } from "fs"; import { callbackFn } from "./types"; export declare function readFile(aFile: PathOrFileDescriptor, callback: callbackFn): void;