export declare const CONFIG: {
    readonly copilotUrl: string | undefined;
    readonly environment: string | undefined;
};
