import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CPage extends BasicCPCLArg { private readonly width; private readonly height; private readonly copies; constructor(options?: { width?: number; height?: number; copies?: number; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=page.d.ts.map