import type { StartupConfig } from './config.interfaces.js';
export declare function getStartupConfig(): Promise<StartupConfig>;
