import { type CommandNormalizeOptions } from "../commands-registry.js"; export declare function isBtwRequestText(text?: string, options?: CommandNormalizeOptions): boolean; export declare function extractBtwQuestion(text?: string, options?: CommandNormalizeOptions): string | null;