/** Collapse list of binary parts into single buffer;*/ export declare function textToBytes(s: string): Uint8Array; export declare function bytesToText(ua: Uint8Array | number[], start?: number, end?: number): string; export declare function toUint8Array(value: ArrayBuffer | ArrayBufferView): Uint8Array; export * from './normalise'; export * from './uuid';