export interface PlayCommandOptions {
    port?: number;
    https?: boolean;
    noPreview?: boolean;
    noWatch?: boolean;
}
declare const _default: (rootPath: string, { port, https, noPreview, noWatch }: PlayCommandOptions) => Promise<void>;
export default _default;
