import { MaskedCharacterProperties } from '../../character/character-properties';
import { HashBasedCache } from '../hash-based-cache';
export declare class MaskedCharacterPropertiesCache extends HashBasedCache<MaskedCharacterProperties> {
    copyFrom(obj: MaskedCharacterPropertiesCache): void;
    clone(): MaskedCharacterPropertiesCache;
}
