Version: 5.0.0-beta.55.0.0-beta.65.0.0-beta.75.0.0-beta.85.0.0-beta.95.0.0-beta.105.0.0-beta.125.0.0-beta.135.0.0-beta.145.0.0-beta.155.0.0-beta.165.0.05.0.35.1.05.2.25.2.35.2.85.3.15.3.25.4.15.4.25.4.35.4.65.4.115.4.135.4.145.4.185.4.195.4.205.6.05.6.35.6.45.7.05.7.15.7.25.7.35.7.65.7.85.7.95.7.135.8.05.8.15.8.65.9.05.9.15.9.25.9.35.9.45.9.65.10.05.10.15.10.85.11.05.11.75.11.95.11.105.11.115.11.135.12.05.12.15.12.35.13.0-alpha.05.13.05.13.25.14.05.14.35.14.45.15.15.15.75.16.05.16.55.16.85.16.95.16.105.16.115.16.125.16.145.16.155.17.05.18.55.18.65.18.75.20.15.23.06.0.0-alpha.06.0.0-alpha.16.0.0-beta.06.0.0-beta.16.0.06.0.16.0.66.0.76.0.86.0.106.0.116.0.126.0.146.0.156.0.166.0.186.1.06.1.56.1.76.1.86.1.146.2.06.3.06.3.36.3.66.4.06.4.56.4.66.4.76.5.06.6.06.6.46.6.76.7.06.7.16.7.26.7.36.8.06.9.06.9.16.10.06.10.46.10.66.10.76.10.106.10.116.11.07.0.0-beta.07.0.0-beta.17.0.0-beta.27.0.0-beta.37.0.0-beta.47.0.07.0.17.0.27.0.37.0.47.0.57.0.77.0.87.0.97.1.07.1.17.2.07.2.17.2.27.2.37.3.07.3.17.4.07.4.17.4.27.4.57.4.67.5.07.5.17.5.27.5.37.5.67.5.77.6.07.6.17.7.07.7.27.7.37.7.47.7.57.7.67.7.77.7.87.8.07.9.07.9.17.10.07.10.17.11.07.11.17.12.07.12.17.12.27.12.37.12.47.12.57.13.07.13.17.13.27.14.17.16.07.16.17.16.27.16.37.16.47.16.57.16.67.16.77.16.87.16.97.16.107.16.117.16.127.16.137.16.147.16.157.16.167.17.07.17.37.17.47.18.07.18.17.19.07.19.17.19.27.19.37.19.47.19.57.19.77.20.07.20.17.20.27.20.37.20.47.20.57.20.67.20.77.20.87.20.97.21.07.22.07.23.07.24.07.24.17.25.07.25.17.25.27.25.47.26.07.27.07.28.07.28.17.29.07.29.17.30.07.30.17.30.27.31.17.32.07.32.17.32.27.32.37.32.47.33.07.34.07.35.07.36.0
/**
* Helper method to execute a row of hooks with certain parameters.
* It will return with a reject promise due to a design decision to not let hooks/service intefer the
* actual test process.
*
* @param {Function|Function[]} hooks list of hooks
* @param {Object[]} args list of parameter for hook functions
* @return {Promise} promise that gets resolved once all hooks finished running
*/
export default function executeHooksWithArgs(hookName?: string, hooks?: Function | Function[], args?: any | undefined): Promise<unknown[]>;
//# sourceMappingURL=executeHooksWithArgs.d.ts.map