import { HotOptions } from '../hmr/src';
import { NodeServerOptions } from './SpringBootApplication';
export default class BootConfiguration {
    private readonly annoConfigs;
    private serverOptions;
    constructor(primarySources: Function[]);
    private resolvePaths;
    getScanBasePackages(): string[];
    getHotOptions(): HotOptions;
    getServerOptions(): NodeServerOptions;
    getExcludeScan(): string[];
    getLaunchLogOff(): boolean;
    getPort(): number;
    getEanbleSwagger(): boolean;
}
