import type { UserConfig } from 'vite'; /** * @deprecated this util is no longer used and will be removed in qwik-nx@4 */ export declare function withNx(config: UserConfig, ...unused: any[]): UserConfig;