import type { Root } from 'mdast';
export declare const remarkMdxRemoveJs: () => (tree: Root) => void;
