import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; export interface ISchemaDefinition { name: string; jsonSchema: JSONSchemaType; } export interface INextbikeRentalUris { android: string; ios: string; web: string; } export declare const NextbikeRentalUrisJsonSchema: JSONSchemaType;