import * as glMatrix from 'gl-matrix';
import * as glMatrixAddon from './gl-matrix-addon';
import * as math from './math';
import * as canvas from './canvas';
import BinaryStream from './binarystream';
import BitStream from './bitstream';
import urlWithParams from './urlwithparams';
import * as path from './path';
import { isPng, isJpeg, isGif, isWebP } from './isformat';
declare const _default: {
    glMatrix: typeof glMatrix;
    glMatrixAddon: typeof glMatrixAddon;
    math: typeof math;
    canvas: typeof canvas;
    BinaryStream: typeof BinaryStream;
    BitStream: typeof BitStream;
    urlWithParams: typeof urlWithParams;
    path: typeof path;
    isPng: typeof isPng;
    isJpeg: typeof isJpeg;
    isGif: typeof isGif;
    isWebP: typeof isWebP;
};
export default _default;
