import { Tour } from "./tour";
/**
 * Initiate a new tour the page
 *
 * @api private
 */
export declare const start: (tour: Tour) => Promise<Boolean>;
