import { ISharedVehiclesStationInformationOutput } from "../../schema-definitions"; import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models"; import { Transaction } from "@golemio/core/dist/shared/sequelize"; export declare class StationInformationModel extends PostgresModel implements IModel { private readonly geoFilter; constructor(); saveIfInCzechia: (station: ISharedVehiclesStationInformationOutput[], transaction?: Transaction | null) => Promise; }