import { applyOmRoleOverride, persistOmObserveAttachments } from '@mastra/code-sdk/onboarding/om-settings'; import type { SlashCommandContext } from './types.js'; export { applyOmRoleOverride, persistOmObserveAttachments }; export declare function handleOMCommand(ctx: SlashCommandContext): Promise; //# sourceMappingURL=om.d.ts.map