export declare const NatsEnvConfig: () => {
    NATS_SERVER_URL: string;
    NATS_SERVERS_URL: string;
};
