declare const outputEventsJsonSchema: {
    type: string;
    items: {
        type: string;
        properties: {
            vymi_id: {
                type: string;
            };
            vymi_id_dtb: {
                type: string;
            };
            state: {
                type: string;
            };
            ropid_created_at: {
                type: string;
            };
            ropid_created_by: {
                type: string;
            };
            ropid_updated_at: {
                type: string;
            };
            ropid_updated_by: {
                type: string;
            };
            record_type: {
                type: string;
            };
            event_type: {
                type: string[];
            };
            channels: {
                type: string;
            };
            title: {
                type: string;
            };
            time_from: {
                type: string;
            };
            time_to_type: {
                type: string;
            };
            time_to: {
                type: string[];
            };
            expiration_date: {
                type: string[];
            };
            transportation_type: {
                type: string;
            };
            priority: {
                type: string[];
            };
            cause: {
                type: string[];
            };
            link: {
                type: string[];
            };
            ropid_action: {
                type: string[];
            };
            dpp_action: {
                type: string[];
            };
            description: {
                type: string[];
            };
        };
    };
};
declare const outputEventsRoutesJsonSchema: {
    type: string;
    items: {
        type: string;
        properties: {
            event_id: {
                type: string;
            };
            gtfs_route_id: {
                type: string[];
            };
            vymi_id: {
                type: string;
            };
            vymi_id_dtb: {
                type: string;
            };
            number: {
                type: string;
            };
            name: {
                type: string;
            };
            route_type: {
                type: string;
            };
            valid_from: {
                type: string[];
            };
            valid_to: {
                type: string[];
            };
            text: {
                type: string[];
            };
        };
    };
};
declare const outputEventsStopsJsonSchema: {
    type: string;
    items: {
        type: string;
        properties: {
            event_id: {
                type: string;
            };
            gtfs_stop_id: {
                type: string[];
            };
            vymi_id: {
                type: string;
            };
            vymi_id_dtb: {
                type: string;
            };
            node_number: {
                type: string;
            };
            stop_number: {
                type: string;
            };
            stop_type: {
                type: string;
            };
            valid_from: {
                type: string[];
            };
            valid_to: {
                type: string[];
            };
            text: {
                type: string[];
            };
        };
    };
};
export { outputEventsJsonSchema, outputEventsRoutesJsonSchema, outputEventsStopsJsonSchema };
