export declare function crockfordEncode(input: Uint8Array): string; export declare function crockfordDecode(input: string): Uint8Array;