type TMicroService = 'auth' | 'content' | 'storage' | 'system' | 'auth' | 'DEFAULT';
export declare const SERVICES: TMicroService[];
export declare const SERVICE_PORTS: {
    [service in TMicroService]: number;
};
export {};
