export declare function startPreview(rootPath: string, https?: boolean): Promise<string>;
export declare function getPreviewURL(): string;
