import { SelectedValue, SelectReturnType } from 'xpath'; import * as models from '../../models'; import { XPathProcessorContext } from './xpathProcessorContext'; export declare function provideAssertValueXPath(type: string, value: string | undefined, response: models.HttpResponse, context: XPathProcessorContext): Promise; export declare function getSelectReturnType(results: SelectReturnType): SelectedValue | SelectedValue[] | undefined;