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