export interface Dictionary { [key: string]: T; } export declare type Runnable = () => void; export declare type Supplier = () => T; //# sourceMappingURL=types.d.ts.map