export interface DSImage {
    data: Uint8Array;
    width: number;
    height: number;
    pixelFormat: string;
}
//# sourceMappingURL=dsimage.d.ts.map