export declare class InvalidStringLengthError extends Error { constructor(str: string, options: { minLength: number; maxLength: number; }); } //# sourceMappingURL=InvalidStringLengthError.d.ts.map