export declare const AdSettingsManager: { initialize(): Promise<{ success: boolean; message: string; }>; isInitialized(): boolean; addTestDevice(deviceHash: string): void; getCurrentDeviceHash(): string | undefined; clearTestDevices(): void; setDataProcessingOptions(options: string[], country?: number, state?: number): void; setLogLevel(level: "none" | "debug" | "verbose" | "warning" | "error" | "notification"): void; setAdvertiserIDCollectionEnabled(enabled: boolean): void; setAdvertiserTrackingEnabled(enabled: boolean): void; }; //# sourceMappingURL=AdSettings.d.ts.map