export declare const getEnvironmentConfig: () => {
    copilotUrl: string;
    environment: string;
};
