export declare function wrapInSystemReminder(content: string): string; export declare function buildPlanModeReminder(planFilePath: string, planExists: boolean, isSubagent?: boolean): string; export declare function buildPlanModeReEntryReminder(planFilePath: string): string; export declare function buildExitedPlanModeReminder(planFilePath?: string, planExists?: boolean): string;