/*! Copyright 2023-2024 the gnablib contributors MPL-1.1 */
export declare const bfloat16: {
    toBytes: (bfloat16: number) => Uint8Array;
    fromBytes: (bytes: Uint8Array, pos?: number) => number;
};
