import { Config } from './config'; export declare class ConfigLoader { static load(): Config; }