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