import type { SolutionFinderFile } from "../types.d.ts"; declare const aiPrompt: ({ applicationType, error, file, }: { applicationType: string | undefined; error: Error; file: SolutionFinderFile; }) => string; export default aiPrompt;