import { Plugin } from '../../types'; export declare const delay: (t: any) => Promise; export declare const screenshot: Plugin; export default screenshot;