export declare type Dictionary = { [key: string]: T; };