import type { Root } from 'mdast';
import type { Transformer } from 'unified';
import type { IMdTransformerOptions } from '.';
export default function remarkEmbed(opts: Pick<IMdTransformerOptions, 'fileAbsPath' | 'alias'>): Transformer<Root>;
