export type PreviewCommandOptions = { port?: string; }; export declare function preview(options: PreviewCommandOptions): Promise;