/// <reference types="cheerio" />
export declare function parsedSingleLine(origParams: {
    cheerioElem: CheerioSelector;
    country: string;
    countryId: string;
}, dataId: string, hasProp: string, instProp: string, baseOntProp: string, storeKey: string, dataPropName: string, label: string, delimiter: (string | RegExp)): void;
