import 'vite';

declare const ILES_APP_ENTRY = "/@iles-entry";
declare const VERSION: string;

export { ILES_APP_ENTRY, VERSION };
