import type { BrokerConsentPayload } from "./broker.types.js"; export declare const confirmConsent: (payload: BrokerConsentPayload) => Promise;