export declare function start(name: string): Promise; export declare function status(name: string): Promise<{ status: "running"; port: number; } | { status: "stopped"; }>;