export declare const identifierNames: { userId: string[]; groupId: string[]; name: string[]; username: string[]; friendsCount: string[]; }; export declare const StatusCodeReasons: { 400: string[]; 401: string[]; 403: string[]; 404: string[]; 429: string[]; 500: string[]; }; export declare enum CreatorType { USER = 1, GROUP = 2 } export declare enum MorphAvatarType { R6 = "MorphToR6", R15 = "MorphToR15" } export declare enum GameGenre { FPS = "FPS" }