/*! Copyright 2025 the gnablib contributors MPL-1.1 */
export declare function encode(text: string): string;
export declare function decode(text: string): string;
