import type { IdentifyResult } from "./handler.type.js"; export declare const imageHandler: { identify(lines: string[], index: number): IdentifyResult | null; render(raw: string, attrs?: Record): string; serialize(raw: string, attrs?: Record): string; }; //# sourceMappingURL=image.handler.d.ts.map