import type { SlashCommandContext } from './types.js'; export declare function handleObservabilityCommand(ctx: SlashCommandContext, args: string[]): Promise; //# sourceMappingURL=observability.d.ts.map