import { MakeSchema, ValidationCustomBuilder } from '../../../../../domain'; export declare class CustomCasesAdapter { private readonly makeSchema; constructor(makeSchema: MakeSchema.All); getCustoms: () => ValidationCustomBuilder; }