export declare const readBytecodeFromFile: (pathToBytecode: string) => string; export declare const writeErrorLogToFile: (chainName: string, error: Error) => void; export declare const clearFiles: (dir: string) => void; //# sourceMappingURL=file.d.ts.map