import { VerificationStatusResponse } from '../verification-status-response';
export declare class ZksyncEtherscanResponse implements VerificationStatusResponse {
    readonly status: number;
    readonly message: string;
    constructor(response: any);
    errorExists(): boolean;
    getError(): string | undefined;
    isPending(): boolean;
    isFailure(): boolean;
    isSuccess(): boolean;
    isBytecodeMissingInNetworkError(): boolean;
    isAlreadyVerified(): boolean;
    isOk(): boolean;
}
//# sourceMappingURL=verification-status-response.d.ts.map