/** * /api-keys command: manage API keys for model providers. * Lists known providers with their key status and allows adding, updating, or removing keys. */ import type { SlashCommandContext } from './types.js'; export declare function handleApiKeysCommand(ctx: SlashCommandContext): Promise; //# sourceMappingURL=api-keys.d.ts.map