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