import { z } from 'zod';
export declare const identifyIssuePromptSchema: z.ZodObject<{
    problem: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
    problem?: string | undefined;
}, {
    problem?: string | undefined;
}>;
export type IdentifyIssuePromptParams = z.infer<typeof identifyIssuePromptSchema>;
export declare const identifyIssuePromptParams: {
    problem: z.ZodOptional<z.ZodString>;
};
//# sourceMappingURL=schema.d.ts.map