/**
 *
 * @returns {string}
 * @param {BinaryDataType} dt
 * @param {number} channel_count
 */
export function normalized_internal_format(dt: BinaryDataType, channel_count: number): string;
import { BinaryDataType } from "../../../core/binary/type/BinaryDataType.js";
//# sourceMappingURL=normalized_internal_format.d.ts.map