export declare class Config {
    host: string;
    apiKey: string;
    constructor(host: string, apiKey: string);
}
