export interface ImageContent { data: Buffer | Uint8Array; height: number; type: string; width: number; } //# sourceMappingURL=ImageContent.d.ts.map