import Pagination from './types/pagination'; export declare const standaloneApps = "/hybrid/api/v1/applications"; export declare const clusters = "/hybrid/api/v1/clusters"; export declare const cloudApp: (name: string) => any; export declare const cloudAppStatus: (name: string) => any; export declare const qsPagination: (pagination: Pagination) => { limit: number; offset: number; sort: string; }; export declare const standaloneApp: (appId: string) => any; export declare const cluster: (clusterId: string) => any; export declare const clusterServers: (clusterId: string) => any; export declare const clusterServer: (clusterId: string, serverId: string) => any; export declare const servers = "/hybrid/api/v1/servers"; export declare const server: (serverId: string) => any; export declare const registrationToken = "/hybrid/api/v1/servers/registrationToken"; export declare const serverGroups = "/hybrid/api/v1/serverGroups"; export declare const serverGroup: (serverGroupId: string) => string; export declare const serverGroupServer: (serverGroupId: string, serverId: string) => string; export declare const rtfs: (orgId: string, env: string, providerId: string) => { url: any; qs: { environmentId: string; }; }; export declare const rtf: (orgId: string, env: string, providerId: string, targetId: string) => any; export declare const standaloneAlerts = "/hybrid/api/v1/alerts"; export declare const qsPaginationAlert: (pagination: Pagination) => { limit: number; offset: number; sort: string; }; export declare const standaloneAlert: (alertId: string) => string; export declare const standaloneAppArtifact: (appId: string) => any; export declare const targetComponents: (targetId: string) => any; export declare const targetComponent: (targetId: string, componentId: any) => any; export declare const organizationMembers: (orgId: string) => any; export declare const gateways: (orgId: string, env: string, kind: string) => { url: any; }; export declare const managedGateways: (orgId: string, env: string) => { url: any; }; export declare const managedGatewaysxApi: (orgId: string, env: string) => { url: any; }; export declare const domains: (orgId: string, targetId: string, env: string) => { url: any; }; export declare const targets: (orgId: string, env: string) => { url: any; }; export declare const getManagedGateway: (orgId: string, env: string, managedGatewayId: string) => { url: any; }; export declare const getManagedGatewayxApi: (orgId: string, env: string, managedGatewayId: string) => { url: any; }; export declare const managedGatewayApis: (orgId: string, env: string, managedGatewayId: string) => { url: any; }; export declare const runtimeVersions = "/gatewaymanager/xapi/v1/gateway/versions"; export declare const desiredStatusManagedGateway: (orgId: string, env: string, managedGatewayId: string) => { url: any; };