import { Config, CustomAttributeTypeInterface, ValidationError } from '../types'; export declare class Class implements CustomAttributeTypeInterface { validate(value: any, _config: Config, key: string): ValidationError[]; transform(value: any): any; } //# sourceMappingURL=class.d.ts.map