/** * Default framework-level onboarding steps. * * Registered when `createOnboardingPlugin()` mounts (auto-mount or explicit). * Templates can override any step by registering another step with the same * `id` after these have been registered. */ /** Idempotent. Safe to call from every plugin-mount call. */ export declare function registerDefaultOnboardingSteps(): void; //# sourceMappingURL=default-steps.d.ts.map