export declare const ANNOUNCE_SKIP_TOKEN = "ANNOUNCE_SKIP";
export declare const REPLY_SKIP_TOKEN = "REPLY_SKIP";
export declare function isAnnounceSkip(text?: string): boolean;
export declare function isReplySkip(text?: string): boolean;
