export declare const heading: (text: string) => string; export declare const commandText: (text: string) => string; export declare const statusLabel: (kind: "ok" | "warn" | "fail" | "step") => string;