export declare const STANDARD_MISSING_PROMPT_ERROR = "Either 'prompt' (inline) or 'prompt_file' (file path) is required"; export declare function expectMissingPromptError(text: string): void; export declare function expectNoMissingPromptError(text: string): void; //# sourceMappingURL=prompt-test-helpers.d.ts.map