import { EtherscanCheckStatusRequest, EtherscanVerifyRequest } from "./EtherscanVerifyContractRequest"; export declare function delay(ms: number): Promise; export declare function verifyContract(url: URL, req: EtherscanVerifyRequest): Promise; export declare function getVerificationStatus(url: URL, req: EtherscanCheckStatusRequest): Promise; export default class EtherscanResponse { readonly status: number; readonly message: string; constructor(response: any); isPending(): boolean; isVerificationFailure(): boolean; isVerificationSuccess(): boolean; isOk(): boolean; } //# sourceMappingURL=EtherscanService.d.ts.map