/// <reference types="cheerio" />
export declare function parsedThreeValStrings(origParams: {
    cheerioElem: CheerioSelector;
    country: string;
    countryId: string;
}, dataId: string, hasProp: string, instProp: string, baseOntProp: string, storeKey: string, dataPropNames: [string, string, string], country: string, label: string, delimiters: [RegExp, RegExp, RegExp], datatype?: string[]): void;
