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