UNPKG

225 BTypeScriptView Raw
1import { Options } from './options';
2declare const _default: (event?: string | undefined, hookOpts?: object, opts?: Options) => {
3 run(ctx: {
4 expectation: string;
5 }): Promise<void>;
6};
7export default _default;