interface Config {
    /**
     * @since 10.19.0
     */
    when?: any;
    /**
     * @since 10.19.0
     */
    oldThing: string;
    /**
     * @since 10.19.0
     */
    newThing?: string;
    /**
     * @since 10.19.0
     */
    link?: string;
}
/**
 * @deprecatedSince 9
 * @deprecated Never officially documented/supported
 */
export declare function useDeprecation(config: Config): void;
export {};
