/** * Fetch MDX file from either local filesystem or IPFS. * @param file {string} - The file to fetch. Treated as a URI */ export declare const getFileForCompilation: (file: string) => Promise; export declare const compileMDX: (file: string) => Promise; export declare const renderMDX: (file: any) => Promise; //# sourceMappingURL=mdx.d.ts.map