import { ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function resolveEnv(key: string): string | undefined; //# sourceMappingURL=utils.d.ts.map