import type { DrawUsageType, VertexAttributeUsageType } from './types.js'; export declare function toDrawUsage(usage: VertexAttributeUsageType): DrawUsageType; //# sourceMappingURL=toDrawUsage.d.ts.map