import type { Output } from '@rspack/core'; import { type EntryMapItem } from '../../types/types-entry-map.js'; import { type FlatEvolveOptions } from '../../types/types-options.js'; export declare const createRspackOutput: (serveMode: boolean, evolveOptions: FlatEvolveOptions, entryItem: EntryMapItem) => Promise;