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