export interface Config {
    environment: string;
    companyName: string;
    [key: string]: any;
}
export declare const config: Config;
