import { VIP030026ErrorTypeEnum } from '../enums'; import { default as BaseVIP030026Error } from './BaseVIP030026Error'; import { IVIP030026InvalidCredentialLengthErrorOptions } from '../types'; export default class VIP030026InvalidCredentialLengthError extends BaseVIP030026Error { readonly type: VIP030026ErrorTypeEnum; readonly length: number | undefined; constructor(options?: IVIP030026InvalidCredentialLengthErrorOptions); } //# sourceMappingURL=VIP030026InvalidCredentialLengthError.d.ts.map