import { ApiKeyBasedError } from "./ApiKeyBasedError"; export declare type ApiStringLengthError = ApiKeyBasedError & { type: "string_length"; length: number; minLength?: number; maxLength?: number; }; //# sourceMappingURL=ApiStringLengthError.d.ts.map