export declare const DEFAULT_SOCIAL_API_URL = "https://api.sigmaidentity.com";
export declare const BMAP_API_URL = "https://bmap-api-production.up.railway.app";
export declare const BSOCIAL_API_URL = "https://bsocial-overlay-production.up.railway.app/api/v1";
export declare const API_ENDPOINTS: {
    readonly FRIENDS: (userId: string) => string;
    readonly FRIEND_REQUESTS_INCOMING: (userId: string) => string;
    readonly FRIEND_REQUESTS_OUTGOING: (userId: string) => string;
    readonly FRIEND_REQUESTS_ACCEPT: "/api/friend-requests/accept";
    readonly FRIEND_REQUESTS_REJECT: "/api/friend-requests/reject";
};
//# sourceMappingURL=constants.d.ts.map