export { saveCookie }; /** * Save a specific browser cookie to a file or environment variable for later reuse. * @async * @param {Object} config - The test configuration. * @param {Object} step - The step object containing saveCookie options. * @param {Object} driver - The WebDriver instance. * @returns {Promise} A result object indicating success or failure. */ declare function saveCookie({ config, step, driver }: { config: any; step: any; driver: any; }): Promise; //# sourceMappingURL=saveCookie.d.ts.map