TextPropertyValue: {
    arguments?: {
        argumentValue: TextPropertyValue;
        name: string;
        valueType: number;
    }[];
    flags: number;
    hasCultureInvariantString?: boolean;
    historyType: number;
    key?: string;
    namespace?: string;
    sourceFmt?: TextPropertyValue;
    sourceText?: TextPropertyValue;
    transformType?: number;
    value?: string;
}