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