export declare const mock: { log: { requestContext: (...args: string[]) => import("../..").RequestContextWithTransactionId; methodContext: (name?: string | undefined) => import("../..").MethodContext; }; ethers: { request: (overrides?: Partial) => import("@ethersproject/abstract-provider").TransactionRequest; response: (overrides?: Partial) => import("@ethersproject/abstract-provider").TransactionResponse; receipt: (overrides?: Partial) => import("@ethersproject/abstract-provider").TransactionReceipt; transactions: (overrides?: Partial) => { request: import("@ethersproject/abstract-provider").TransactionRequest; response: import("@ethersproject/abstract-provider").TransactionResponse; receipt: import("@ethersproject/abstract-provider").TransactionReceipt; }; }; config: (overrides?: Partial<{ abis?: { hub: { everclear: any; gateway: any; gauge: any; rewardDistributor: any; tokenomicsHubGateway: any; }; spoke: { everclear: any; gateway: any; }; } | undefined; web3SignerUrl?: string | undefined; hub: { confirmations?: number | undefined; assets?: Record | undefined; providers: string[]; subgraphUrls: string[]; deployments: { everclear: string; gateway: string; gauge: string; rewardDistributor: string; tokenomicsHubGateway: string; }; domain: string; }; chains: Record | undefined; network?: string | undefined; providers: string[]; subgraphUrls: string[]; }>; server: { port: number; host: string; adminToken: string; }; database: { url: string; }; healthUrls: Partial<{ poller: string; }>; }>) => { abis?: { hub: { everclear: any; gateway: any; gauge: any; rewardDistributor: any; tokenomicsHubGateway: any; }; spoke: { everclear: any; gateway: any; }; } | undefined; web3SignerUrl?: string | undefined; hub: { confirmations?: number | undefined; assets?: Record | undefined; providers: string[]; subgraphUrls: string[]; deployments: { everclear: string; gateway: string; gauge: string; rewardDistributor: string; tokenomicsHubGateway: string; }; domain: string; }; chains: Record | undefined; network?: string | undefined; providers: string[]; subgraphUrls: string[]; }>; server: { port: number; host: string; adminToken: string; }; database: { url: string; }; healthUrls: Partial<{ poller: string; }>; }; }; //# sourceMappingURL=index.d.ts.map