import { BytesStringFormat } from '@airgap/module-kit';
export declare function convertEncodedBytesString(prefix: string, encoded: string, targetFormat: BytesStringFormat): string;
export declare function convertHexBytesString(prefix: string, hex: string, targetFormat: BytesStringFormat): string;
