export declare const toKebabCase: (value: string) => string; export declare function removeQuoteWrappers(value: string): string; export declare function has(arr?: unknown[]): boolean; //# sourceMappingURL=utilities.d.ts.map