UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

5 lines (4 loc) 191 B
import { CommandBase } from "./support/CommandBase"; export declare class PreviewCommand extends CommandBase { run(options: any): Promise<0 | import("execa").ExecaReturnValue<string>>; }