import { ConfigWithTargets, ExportedConfigWithTargets } from './target-import-export-types';
/**
 * Exports widget configuration with all target objects transformed for export
 */
export declare function exportConfigWithTargets<T extends ConfigWithTargets>(config: T): Promise<ExportedConfigWithTargets<T>>;
//# sourceMappingURL=config-target-export.d.ts.map