import { type Handle } from "hast-util-to-mdast";
export declare const customImgHandler: (options?: {
    hideImage?: boolean;
}) => Handle;
