import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; import { CLocation } from "../types"; export declare class CPageMode extends BasicCPCLArg { private location; constructor(options?: { location?: CLocation; }); clause(): CommandClause; header(): string; } //# sourceMappingURL=pagemode.d.ts.map