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