import type { VXRNOptionsFilled } from '../config/getOptionsFilled'; type ServerOptions = Pick; export declare const getServerCJSSetting: (options: ServerOptions) => boolean; export declare const getServerEntry: (options: ServerOptions, outDir?: string) => string; export {}; //# sourceMappingURL=getServerEntry.d.ts.map