import { type AttributeMetadata } from '../attribute'; type Type = Uint8Array; export interface BinaryAttributeMetadata extends AttributeMetadata { } export {};