import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models"; import { ISharedBikesGeofencingZoneOutput } from "../../schema-definitions"; import { Model } from "@golemio/core/dist/shared/sequelize"; export declare class GeofencingZonesModel extends PostgresModel implements IModel { constructor(); replace: (data: ISharedBikesGeofencingZoneOutput[], systemId: string) => Promise; }