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