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