import { DocItemWithContext } from '../site';
export declare class ItemError extends Error {
    constructor(msg: string, item: DocItemWithContext);
}
//# sourceMappingURL=ItemError.d.ts.map