export declare function warnDeprecation(message: string): void; /** Clear deprecation warning state. Exported for tests. */ export declare function clearDeprecationWarningsForTests(): void; //# sourceMappingURL=deprecation.d.ts.map