/** * Hash of orgs with custom max group limits */ export declare const limitsHash: Record; /** * Return the max number of groups a user can be part of * @param orgId * @returns */ export declare function getOrgGroupLimit(orgId: string): number;