import { SafeAny } from "../type/type"; /** * Auto unsubscribe. * * @param {SafeAny} constructor */ export declare function AutoUnsubscribe(constructor: SafeAny): void;