import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CPageSetup extends BasicCPCLArg { private pageHeight; private pageWidth; constructor(options?: { pageHeight?: number; pageWidth?: number; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=pagesetup.d.ts.map