import type { AppConfig } from '@vuepress/core';
import type { DevCommandOptions } from './types';
export declare const resolveDevAppConfig: (sourceDir: string | undefined, { port, host, temp, cache, debug, open }: DevCommandOptions, cwd?: string) => AppConfig;
