import type { ModelingException } from '../types/DtdlErr.d.ts';
export declare const isResolutionException: (err: unknown) => boolean;
export declare const isModelingException: (input: unknown) => input is ModelingException;
export declare const errorHandler: (err: unknown) => ModelingException;
