import { Settings } from '../../settings'; export declare function serve(args: { settings: Settings; bundle?: boolean; }): Promise;