import { OasMappedOperation } from '../../oas';
import { PostmanMappedOperation } from '../../postman';
import { GlobalConfig } from 'types';
export declare const testResponseHeader: (headerName: string, pmOperation: PostmanMappedOperation, _aOperation: OasMappedOperation | null, config?: GlobalConfig) => PostmanMappedOperation;
