import { ApiService } from "../core/ApiService"; export declare class ImageService { private api; IMAGE_UPLOAD_URL: any; constructor(api: ApiService); get({where, limit, order, skip, fields}: { where: any; limit?: number; order?: string; skip?: number; fields?: {}; }): any; }