/** * Logging utilities for the SDK */ /** * Log a deprecation warning. Each unique message is only logged once per process. */ export declare function logDeprecation(message: string): void; /** * Reset the set of logged deprecation warnings. * Useful for testing. */ export declare function resetDeprecationWarnings(): void; //# sourceMappingURL=logging.d.ts.map