export declare function isStatusCommand(body: string): boolean;
export declare function stripMentionsForCommand(text: string, mentionRegexes: RegExp[], selfE164?: string | null): string;
