import type { PublishTarget } from '../target'; import { ExportConfig, ExportContext } from '../types'; export declare const createExportContext: (config: ExportConfig, target: PublishTarget) => ExportContext; //# sourceMappingURL=create-context.d.ts.map