export declare const createMarkdownEquationTransformer: ({ type, }?: {
    type?: "code" | "equation";
}) => import("@notion-md-converter/types").EquationTransformer;
