import type { BrokenLinkType } from '../../../../types/index.js'; export declare class MdResolveError extends Error { meta: { rawLink: string; link?: string; title?: string; brokenLinkType?: BrokenLinkType; }; constructor(message: string, meta: { rawLink: string; link?: string; title?: string; brokenLinkType?: BrokenLinkType; }); } //# sourceMappingURL=md-resolve-error.d.ts.map