import { ISharedBikesSystemInformationOutput } from "../../schema-definitions"; import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models"; export declare class SystemInformationModel extends PostgresModel implements IModel { constructor(); deleteBySystemId: (systemId: string) => Promise; GetOne(id: string): Promise; }