export declare const byronEncode: (source: Uint8Array) => string; export declare const byronDecode: (source: string) => Uint8Array;