import { HardhatUserConfig } from "hardhat/types";
import { GasReporterOptions } from "../types";
/**
 * Sets default reporter options
 */
export declare function getDefaultOptions(userConfig: Readonly<HardhatUserConfig>): GasReporterOptions;
//# sourceMappingURL=options.d.ts.map