/** * Converts a Uint8Array to a Uint16Array by aligning its buffer. * * @param input - The Uint8Array to convert * @returns A properly aligned Uint16Array * * @group Utils * @beta */ export declare function convertUint8ToUint16(input: Uint8Array): Uint16Array; //# sourceMappingURL=convertUint8ToUint16.d.ts.map