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