import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { CreationOptional, InferAttributes, InferCreationAttributes, Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize";
import { IJISEventsRopidGTFSRoutes } from "./interfaces";
export declare class JISEventsRopidGTFSRoutesModel extends Model<InferAttributes<JISEventsRopidGTFSRoutesModel>, InferCreationAttributes<JISEventsRopidGTFSRoutesModel>> implements IJISEventsRopidGTFSRoutes {
    static tableName: string;
    event_id: string;
    route_id: string;
    created_at: CreationOptional<Date>;
    updated_at: CreationOptional<Date>;
    static attributeModel: ModelAttributes<JISEventsRopidGTFSRoutesModel>;
    static jsonSchema: JSONSchemaType<IJISEventsRopidGTFSRoutes[]>;
}
