export declare function getExplorerApiUrl(chainId: string): string; export declare function getExplorerApiKey(chainId: string): string; export interface ExplorerResponse { status: string; message: string; result: T; } export declare function fetchExplorerApi(chainId: string, params: Record): Promise; //# sourceMappingURL=api.d.ts.map