import { ParseValidationError } from '../../../../data/protocols'; import { MakeSchema } from '../../../../domain'; import { IGetSchema } from '../../../../infra/joi/protocols'; export declare const makeObjectSchema: (parseValidationError: ParseValidationError, getJoiSchema: IGetSchema<'object'>) => MakeSchema<'object'>;