export declare function checkAndConvertUserIdType(userId: string, userIdType?: 'string' | 'number'): string | number;
