import type { CustomAttributeTypeInterface, ValidationError } from '../types'; export declare class Id implements CustomAttributeTypeInterface { validate(value: any): ValidationError[]; } //# sourceMappingURL=id.d.ts.map