import type { ProofPayload, ProofProvider, SignedEnvelope } from '@permitrail/core'; export interface WaitForProofOptions { readonly timeoutMs?: number; readonly pollMs?: number; } export declare function waitForProof(provider: Pick, challengeId: string, options?: WaitForProofOptions): Promise>; //# sourceMappingURL=wait-for-proof.d.ts.map