import type { ByteArray } from '../../strk-types/lib.js'; export declare function byteArrayFromString(targetString: string): ByteArray; //# sourceMappingURL=byteArray.d.ts.map