import { Brand } from '../../brand'; export type TensorId = Brand<'TensorId', string>; export declare function dataTypeToString(dataType: number): string;