import { Dispose } from '../types';
export declare function onDispose(target: any, propertyKey: string): void;
export declare function initOnDispose(instance: any, disposers: Dispose[]): void;
