import type { Root } from 'mdast';
import type { Plugin } from 'unified';
declare const migrateCallouts: Plugin<[], Root>;
export default migrateCallouts;
