/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/openWebsite.js */
/**
 * Open the given URL
 * @param  {String}   type Type of navigation (url or site)
 * @param  {String}   page The URL to navigate to
 */
export declare function openWebsite(type: "url" | "site", page: string): Promise<void>;
//# sourceMappingURL=openWebsite.d.ts.map