import { TextType } from './TextType.js';
import '../common/CommonCode.js';
import '../common/CommonDeletion.js';

declare class EncounterTexts {
    textType: TextType;
    text: string;
}

export { EncounterTexts };
