export function makeAgoricQueryClient(config: MinimalNetworkConfig): Promise; export type AgoricQueryClient = Awaited>; import type { MinimalNetworkConfig } from './network-config.js'; import { agoric } from './codegen/index.js'; //# sourceMappingURL=clients.d.ts.map