/** * ClassificationError is thrown when classification fails. * * @remarks * This error is thrown when: * - An origin type is not mapped in originMap * - Classification cannot be determined */ export declare class ClassificationError extends Error { constructor(message: string); } //# sourceMappingURL=ClassificationError.d.ts.map