/** * Lagoon Customer Support Skill * * Provides consistent, professional support responses for the internal * support team handling customer inquiries and issues. * * @module skills/customer-support */ import type { LagoonSkill } from './types.js'; /** * Lagoon Customer Support Skill Definition */ export declare const lagoonCustomerSupportSkill: LagoonSkill; export default lagoonCustomerSupportSkill; //# sourceMappingURL=customer-support.d.ts.map