export declare function warnDeprecation(message: string): void; /** Clear deprecation warning state. Exported for tests. */ export declare function clearDeprecationWarningsForTests(): void;