import { TomlSlashCommandConfigurator } from './toml-base.js'; import { SlashCommandId } from '../../templates/index.js'; export declare class GeminiSlashCommandConfigurator extends TomlSlashCommandConfigurator { readonly toolId = "gemini"; readonly isAvailable = true; protected getRelativePath(id: SlashCommandId): string; protected getDescription(id: SlashCommandId): string; } //# sourceMappingURL=gemini.d.ts.map