export declare function arrayToObject(values: string | string[] | undefined): any; export declare function removeSimpleTypes(allowedTypes: string[]): ("string" | "array" | "object")[]; export declare function allowedTypesToMap(allowedTypes: string[]): any;