export interface IPublicTypeDisposable {
    (): void;
}
