export interface Dict { [index: string]: T; }