declare const validationError: (description: any, value: any, parentPath?: any) => { invalidValue: any; description: any; parentPath: any; }; declare const validateOmitTransformation: ({ source, fieldsToOmit, validateSource, parentPath, }: { source: any; fieldsToOmit: any; validateSource: any; parentPath?: null | undefined; }) => any[]; export { validateOmitTransformation, validationError }; //# sourceMappingURL=common.d.ts.map