import { Base, Type } from "./type";
import { TypeDescriptionPlatform } from "./TypeDescriptionPlatform";
export declare class TypeDescriptionCleanups extends Base {
static $t: Type;
private a;
constructor();
b(a: TypeDescriptionPlatform, b: any): void;
}