import { Logger } from 'vite'; import { GlobalCLIOptions, LoggerOption } from './types'; /** * check if the url include valid filename */ export declare function isValidAsset(url: string): boolean; /** * removing global flags before passing as command specific sub-configs */ export declare function cleanOptions(options: Options): Omit; export declare const ifDependenceExist: (name: string) => boolean; export declare const makeLogger: (options: LoggerOption) => Logger; export declare function installSymlink(cliName: string, binPath: any): void; //# sourceMappingURL=utils.d.ts.map