import { PostmanMappedOperation } from '../../postman';
import { ExtendTestsConfig } from '../../types';
export declare const extendTest: (extSetting: ExtendTestsConfig, pmOperation: PostmanMappedOperation) => PostmanMappedOperation;
