export type Category = "application" | "game"; export declare namespace Category { const APPLICATION: Category; const GAME: Category; }