export function pollBlocks(opts: { client: StargateClient; delay: (ms: number) => Promise; period?: number; retryMessage?: string; }): (l: (b: { time: string; height: number; }) => Promise) => Promise; import type { StargateClient } from '@cosmjs/stargate'; //# sourceMappingURL=chain.d.ts.map