export declare function onUnmount(target: any, propertyKey: string): void;
export declare function getOnUnmountMethods(instance: any): (() => void)[];
