import { HardhatRuntimeEnvironment } from 'hardhat/types';
export declare function submitSources(hre: HardhatRuntimeEnvironment, solcInputsPath: string, config?: {
    contractName?: string;
    etherscanApiKey?: string;
    license?: string;
    fallbackOnSolcInput?: boolean;
    forceLicense?: boolean;
    sleepBetween?: boolean;
    apiUrl?: string;
    writePostData?: boolean;
}): Promise<void>;
//# sourceMappingURL=etherscan.d.ts.map