/** @alpha */
export declare function build(options: {cwd: string}): Promise<void>

/** @alpha */
export declare function dev(options: {cwd: string}): Promise<void>

export {}
