export declare class ServerConfig {
    static configure(): void;
    static searchConfigFile(): string;
}
