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

declare class TextType extends CommonCode {
    withinEncounter: string;
    sortSequence?: number | null;
}

export { TextType };
