/** * Lagoon Onboarding Skill * * Guides new users through their first vault selection with risk-appropriate * recommendations, systematic analysis workflows, and educational support. * * @module skills/onboarding */ import type { LagoonSkill } from './types.js'; /** * Lagoon Onboarding Skill Definition */ export declare const lagoonOnboardingSkill: LagoonSkill; export default lagoonOnboardingSkill; //# sourceMappingURL=onboarding.d.ts.map