export declare const EDICT_INSTRUCTIONS: string; export interface AgentGuide { whatIsEdict: string; workflow: string[]; template: unknown; rules: string[]; errorRecovery: string[]; builtins: string[]; toolReference: Record; } export declare function buildAgentGuide(): AgentGuide; //# sourceMappingURL=agent-guide.d.ts.map