export declare const SYSTEM_MARK = "\u2699\uFE0F";
export declare function hasSystemMark(text: string): boolean;
export declare function prefixSystemMessage(text: string): string;
