export declare const INVISIBLE_CHARACTERS: string[]; export declare const INVISIBLE_REGEX: RegExp; export declare function encodeMessage(text: string): string; export declare function decodeFromText(text: string): string[]; export declare function removeSecrets(text: string): string; export declare function stringToCodePoints(text: string): number[];