export interface Clearable {
    clear(): void;
}
//# sourceMappingURL=Clearable.d.ts.map