import type { AsyncPackOpts } from './types'; import { RawSource } from 'webpack-sources'; interface Opts extends AsyncPackOpts { assets: Record; asyncComponents: Record; } export declare const transformAppConfig: (opts: Opts) => void; export {};