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