import EcomClient from './index'; export declare class Image { client: EcomClient; id: string; path: string; gsurl: string; width: number; height: number; size: number; created: Date; modified: Date; constructor(client: EcomClient, id: string, path: string, gsurl: string, width: number, height: number, size: number, created: Date, modified: Date); getImageURL(): string; }