/** * @stable [25.07.2020] */ export declare class StringUtils { static readonly asCamelcase: (value: string | string[], options?: any) => string; static readonly asStringParameter: (value: any, returnUndef?: boolean) => string; }