export declare const env: {
    microservices: {
        auth: {
            api: string;
        };
    };
};
