interface EmptyObj {
    [index: string]: any;
    [index: number]: any;
}
export { EmptyObj };
