import { SafeParseReturnType } from 'zod'; import { IFeedbackFormStructure } from './types'; export declare const validate: (structure: IFeedbackFormStructure) => SafeParseReturnType; //# sourceMappingURL=validator.d.ts.map