export declare function extractPiPromptSuffix(basePrompt: string | undefined): string; export declare function composeCustomPromptWithPiSections(basePrompt: string | undefined, customPrompt: string | undefined): string | undefined; //# sourceMappingURL=custom-prompt.d.ts.map