export type { ConsentIntegration } from "./integration"; export { GoogleConsentModeIntegration } from "./gcm"; import type { ConsentIntegration } from "./integration"; export declare function createDefaultIntegrations(): ConsentIntegration[]; //# sourceMappingURL=index.d.ts.map