import { GL } from '@luma.gl/webgl/constants'; export declare function glFormatToComponents(format: GL): 0 | 1 | 2 | 3 | 4; export declare function glTypeToBytes(type: GL): 0 | 1 | 2 | 4; //# sourceMappingURL=format-utils.d.ts.map