import { CustomError } from 'ts-custom-error'; export declare class CborInvalidOperationException extends CustomError { constructor(reason: string); } export declare class CborContentException extends CustomError { constructor(reason: string); } export declare class LossOfPrecisionException extends CustomError { constructor(reason: string); } //# sourceMappingURL=errors.d.ts.map