export interface InstructionsOptions { idleTimeoutS?: number; hardCapHours?: number; hosted?: boolean; } /** Usage rules handed to the agent: MCP `instructions`, CLI help and SKILL.md all * render this same text so the guidance can never drift between front doors. */ export declare function agentInstructions(opts?: InstructionsOptions): string; //# sourceMappingURL=instructions.d.ts.map