export declare const isDevelopment: boolean; export declare const isProduction: boolean; export declare const isTest: boolean; export declare const createNewPlayer: () => void;