import { ExportPluginArgs } from '../../export/generateExport';
export declare function webpackExport({ cosmosConfig }: ExportPluginArgs): Promise<void>;
