/** * Load setup-written config.json for serve. */ import { type YskConfig } from 'ysk-server-core'; /** * Load and parse a YSK config file path produced by `ysk-server setup`. */ export declare function loadConfigFile(configPath: string): YskConfig; //# sourceMappingURL=config-loader.d.ts.map