export declare type Fn = (a: A) => B; export interface IDictionary { [key: string]: T; }