export interface Clearable {
    clear(): Promise<void>;
}
