export interface Clearable {
    clear(): void;
}
