export interface PBImage { readonly width: number; readonly height: number; readonly data?: ArrayBuffer; } //# sourceMappingURL=PBImage.d.ts.map