import { type Configuration } from 'webpack'; import { type EntryMapItem } from '../../types/types-entry-map.js'; import { type FlatEvolveOptions } from '../../types/types-options.js'; export declare const createOutput: (serveMode: boolean, evolveOptions: FlatEvolveOptions, entryItem: EntryMapItem) => Promise;