/** `bp serve` — run the daemon in the foreground (logs to this terminal). */ export declare function serve(): Promise; /** `bp daemon status`. */ export declare function status(): Promise; /** `bp daemon stop`. */ export declare function stop(): Promise; //# sourceMappingURL=meta.d.ts.map