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