/// <reference types="node" />
import * as fs from "fs";
export declare const walkDirForContracts: (dir: string, extension: string) => Promise<string[]>;
export declare const promisifiedReadFile: (filePath: fs.PathLike, options: {
    encoding?: null;
    flag?: string;
}) => Promise<Buffer>;
//# sourceMappingURL=contractfinder.d.ts.map