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