export declare function resolveEntryModulePath(args: string[]): string;
export declare function shouldIgnoreWatchFile(file: string | undefined, watcher?: unknown): boolean;
export declare function dev(rawArgs?: string[]): Promise<void>;
