import { NewmanRunOptions } from 'newman';
export declare const runNewmanWith: (postmanCollectionFile: string, newmanEnvFile: string, newmanDataFile: string | undefined, newmanRunOptions: Partial<NewmanRunOptions>) => Promise<void>;
