import { z } from 'zod';
export declare const PlanPcgiLegacySchema: z.ZodObject<{
    operation_plan_id: z.ZodNullable<z.ZodString>;
}, "strip", z.ZodTypeAny, {
    operation_plan_id: string | null;
}, {
    operation_plan_id: string | null;
}>;
