import type { SlashCommand } from '../interfaces';
/**
 * Built-in slash commands available in every interactive session.
 */
export declare function getBuiltInSlashCommands(): SlashCommand[];
