import { TgdFormatGltf } from "../../types/gltf";
/**
 * @see https://www.khronos.org/files/gltf20-reference-guide.pdf
 */
export declare function parseGLB(data: ArrayBuffer): {
    gltf: TgdFormatGltf;
    chunks: ArrayBuffer[];
};
//# sourceMappingURL=parser.d.ts.map