import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CBold extends BasicCPCLArg { private bold; constructor(options?: { /** * 是否粗体0:否; 1:是 */ bold?: boolean; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=bold.d.ts.map