export type StringDict = {
    [index: string]: any;
};
