import './type-extensions'; import { HardhatRuntimeEnvironment, LinePreprocessorConfig } from 'hardhat/types'; export declare const TASK_PREPROCESS = "preprocess"; export declare function removeConsoleLog(condition?: (hre: HardhatRuntimeEnvironment) => boolean | Promise): (hre: HardhatRuntimeEnvironment) => Promise; //# sourceMappingURL=index.d.ts.map