import { TBinaryIn } from '../crypto/interface'; export declare const stringToBytes: (str: string) => Uint8Array; export declare const bytesToString: (bytes: TBinaryIn) => string;