import type { Node } from "unist";
export declare const remarkPathPlugin: ({ pathPrefix }: {
    pathPrefix: string;
}) => (markdownAST: Node) => Promise<Node>;
