import * as t from "io-ts"; //#region src/mobile.d.ts declare const ConsentSDK: t.TypeC<{ /** Unique identifier for the SDK */id: t.StringC; /** airgap purposes applicable to this SDK */ purposes: t.ArrayC; }>; /** * Type override */ type ConsentSDK = t.TypeOf; declare const ConsentService: t.IntersectionC<[t.TypeC<{ name: t.StringC; }>, t.PartialC<{ sdks: t.ArrayC; }>>; tcfId: t.NumberC; }>]>; /** * Type override */ type ConsentService = t.TypeOf; declare const MobileConfig: t.TypeC<{ services: t.ArrayC, t.PartialC<{ sdks: t.ArrayC; }>>; tcfId: t.NumberC; }>]>>; }>; /** * Type override */ type MobileConfig = t.TypeOf; //#endregion export { ConsentSDK, ConsentService, MobileConfig }; //# sourceMappingURL=mobile.d.mts.map