import { ModelAttributes } from "@golemio/core/dist/shared/sequelize";
export declare const RopidGTFSPrecomputed: {
    servicesCalendar: {
        outputJsonSchema: {
            type: string;
            properties: {
                date: {
                    type: string;
                };
                day_diff: {
                    type: string;
                };
                service_id: {
                    type: string;
                };
            };
            required: string[];
        };
        outputSequelizeAttributes: ModelAttributes<any, any>;
        pgTableName: string;
    };
    minMaxStopSequences: {
        outputJsonSchema: {
            type: string;
            properties: {
                trip_id: {
                    type: string;
                };
                max_stop_sequence: {
                    type: string;
                };
                min_stop_sequence: {
                    type: string;
                };
                max_stop_time: {
                    type: string;
                };
                min_stop_time: {
                    type: string;
                };
            };
            required: string[];
        };
        outputSequelizeAttributes: ModelAttributes<any, any>;
        pgTableName: string;
    };
    tripSchedule: {
        outputJsonSchema: {
            type: string;
            properties: {
                origin_route_id: {
                    type: string;
                };
                trip_id: {
                    type: string;
                };
                service_id: {
                    type: string;
                };
                direction_id: {
                    type: string;
                };
                shape_id: {
                    type: string;
                };
                run_number: {
                    type: string;
                };
                date: {
                    type: string;
                };
                route_id: {
                    type: string;
                };
                route_type: {
                    type: string;
                };
                route_short_name: {
                    type: string;
                };
                is_regional: {
                    type: string;
                };
                is_substitute_transport: {
                    type: string;
                };
                is_night: {
                    type: string;
                };
                trip_headsign: {
                    type: string;
                };
                trip_short_name: {
                    type: string;
                };
                block_id: {
                    type: string;
                };
                exceptional: {
                    type: string;
                };
                min_stop_time: {
                    type: string;
                };
                max_stop_time: {
                    type: string;
                };
                start_timestamp: {
                    type: string;
                };
                end_timestamp: {
                    type: string;
                };
                first_stop_id: {
                    type: string;
                };
                last_stop_id: {
                    type: string;
                };
                origin_route_name: {
                    type: string;
                };
                trip_number: {
                    type: string;
                };
                route_licence_number: {
                    type: string;
                };
            };
            required: string[];
        };
        outputSequelizeAttributes: ModelAttributes<any, any>;
        pgTableName: string;
    };
};
