import BaseException from './BaseException'; /** * Error that occurs when accessing an unexpected property on a structure. */ export default class InvalidOffsetException extends BaseException { get name(): string; } //# sourceMappingURL=InvalidOffsetException.d.ts.map