export interface Clearable { clear(): Promise; } export declare namespace Clearable { function is(value: Clearable | any): value is Clearable; }