import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CPageWidth extends BasicCPCLArg { private width; constructor(options?: { /** * 页面高度 */ width?: number; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=pagewidth.d.ts.map