export declare const unCamelCase: (str: string | undefined, facetAliases?: {} | undefined) => string | undefined;
