import { CachedAssetsManager } from "./CachedAssetsManager";
export declare class ObjectKeysManager {
    /** Map key name where the value is arkhe of Fontaine characters in AvatarSkillDepotExcelConfigData.json */
    readonly characterArkheKey: string;
    /** Map key name where the value is the type of profile picture in ProfilePictureExcelConfigData.json */
    readonly profilePictureTypeKey: string;
    /** Map key name where the value is the max charge of elemental bursts in AvatarSkillExcelConfigData.json (only for Mavuika at this moment) */
    readonly elementalBurstMaxChargeKey: string;
    /** Map key name where the value is the required charge for elemental bursts in AvatarSkillExcelConfigData.json (only for Mavuika at this moment) */
    readonly elementalBurstRequiredKey: string;
    constructor(cachedAssetsManager: CachedAssetsManager);
}
