/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Plugin, UserConfig } from "vite"; export declare const buildCustomAllowList: (value?: string) => { fs?: undefined; } | { fs: { allow: string[]; }; }; declare const _default: ({ mode }: UserConfig) => Promise<{ build: { lib: { entry: Record; name: string; formats: "es"[]; }; target: string; }; define: { LANGUAGE_PACK: string; ASSET_PACK: string; ASSET_PACK_ICONS: string; MAIN_ICON: string; FONT_PACK: string; FONT_LINK: string; BOARD_SERVICE: string; ENABLE_TOS: boolean; TOS_HTML: string; ENABLE_POLICY: boolean; POLICY_HTML: string; ENVIRONMENT_NAME: string; GIT_HASH: string; }; server: { watch: { ignored: string[]; }; fs?: undefined; } | { watch: { ignored: string[]; }; fs: { allow: string[]; }; }; plugins: Plugin[]; resolve: { dedupe: string[]; }; }>; export default _default; //# sourceMappingURL=vite.config.d.ts.map