import type { TourStepAction } from '../types'; export declare const getDefaultActions: (firstStep: boolean, lastStep: boolean, totalSteps: number) => TourStepAction[];