import { MswarmApi, MswarmConfigStore } from '@mcoda/core'; import { type MswarmConfigState } from '@mcoda/core'; export declare function acceptMswarmConsent(options?: { state?: MswarmConfigState; policyVersion?: string; productVersion?: string; store?: MswarmConfigStore; }): Promise; export declare function buildMswarmApi(state: MswarmConfigState): Promise; //# sourceMappingURL=MswarmConsentFlow.d.ts.map