export interface IApimlServiceApiInfo {
    apiId: string;
    gatewayUrl: string;
    swaggerUrl: string;
    documentationUrl: string;
    baseUrl: string;
    basePath: string;
    defaultApi: boolean;
}
//# sourceMappingURL=IApimlServiceApiInfo.d.ts.map