import type { Root } from 'mdast';
/**
 *
 * @returns map of export names and their content
 */
export declare const getExportMap: (content: string) => Record<string, string>;
export declare const getExportMapFromTree: (tree: Root) => Record<string, string>;
