import { Client } from 'nightwatch';
export declare function createFailureScreenshot(client: Client): Promise<string>;
