declare type O = Record; export declare const name = "watch"; export declare const alias = "w"; export declare const description = "Starts watchers for `build` and `sync` in new tabs."; export declare const args: {}; export declare function cmd(args?: { params: string[]; options: O; }): Promise; export {};