import { IDictionary } from "common-types"; import { IExportableSymbols, IExportType } from "../index"; export declare function createMetaInfo(exportType: IExportType, sym: IExportableSymbols, exclusions: string[], opts: IDictionary): string; //# sourceMappingURL=createMetaInfo.d.ts.map