export declare function Unsubscribe(params?: {
    destroyFunc: string;
}): (target: any, propertyKey: string | symbol) => void;
