import { ValidationError } from './ValidationError'; export declare class ReservedKeyFoundError extends ValidationError { constructor(reservedKey: string, itemIndex: number); } //# sourceMappingURL=reserved-key-found-error.d.ts.map