/** * @since 2019-12-29 09:04 * @author vivaxy * @see https://gist.github.com/pascaldekloe/62546103a1576803dade9269ccf76330 */ export declare function encode(string: string): Uint8Array; export declare function decode(bytes: Uint8Array): string;