export declare class Dlc { /** * @returns */ static getSpecialEditionCashCampBonusEnabled(): any; /** * @returns */ static getSpecialEditionCoreStatsBonusEnabled(): any; /** * @param dlcHash * @returns */ static isDlcPresent(dlcHash: string | number): boolean; /** * @returns */ static getIsLoadingScreenActive(): boolean; } //# sourceMappingURL=Dlc.d.ts.map