import { IParkingsModels } from ".."; import { SequelizeModel } from "@golemio/core/dist/output-gateway"; export declare class ParkingsLocationModel extends SequelizeModel { static MODEL_RELATION_PARKING: string; constructor(); Associate: (m: IParkingsModels) => void; GetAll(): never; GetOne(): never; }