import type { Transform } from 'mdast-util-from-markdown';
declare const readmeToMdx: () => Transform;
export default readmeToMdx;
