export declare const apiXapi: (orgId: string, env: string, apiInstanceId: string) => string; export declare const apis: (orgId: string, env: string) => string; export declare const api: (orgId: string, env: string, apiInstanceId: string) => string; export declare const monitoring: (orgId: string, env: string, apiInstanceId: string) => string; export declare const tiers: (orgId: string, env: string, apiInstanceId: string) => any; export declare const tiersQuery: (orgId: string, env: string, apiInstanceId: string, args: { options: { limit: number | unknown; offset: number | unknown; sort: number | unknown; }; searchText: string; }) => { url: any; qs: { limit: unknown; offset: unknown; sort: {}; query: string; ascending: boolean; }; }; export declare const contractsQuery: (orgId: string, env: string, apiInstanceId: string, args: { options: { limit: number | unknown; offset: number | unknown; sort: number | unknown; }; searchText: string; }) => { url: any; qs: { limit: unknown; offset: unknown; sort: {}; query: string; ascending: boolean; }; }; export declare const apiAlertsLegacy: (orgId: string, env: string, apiInstanceId: string) => any; export declare const apiAlertsLegacyQuery: (orgId: string, env: string, apiInstanceId: string, args: { options: { limit: number | unknown; offset: number | unknown; sort: number | unknown; }; }) => { url: any; qs: { limit: unknown; offset: unknown; sort: {}; ascending: boolean; }; }; export declare const apiAlerts: (orgId: string, env: string, apiInstanceId: string) => string; export declare const apiAlertsQuery: (orgId: string, env: string, apiInstanceId: string, args: { options: { limit: number | unknown; offset: number | unknown; sort: number | unknown; }; }) => { url: string; qs: { limit: unknown; offset: unknown; sort: {}; ascending: boolean; }; }; export declare const organizationMembers: (orgId: string) => any; export declare const contract: (orgId: string, env: string, apiInstanceId: string, contractId: string) => any; export declare const contractsClientIDQuery: (orgId: string, env: string, apiInstanceId: string, clientId: string) => { url: any; qs: { limit: number; coreServicesId: string; }; }; export declare const policies: (orgId: string, env: string, apiInstanceId: string) => any; export declare const policy: (orgId: string, env: string, apiInstanceId: string, policyId: string) => any; export declare const policiesQuery: (orgId: string, env: string, apiInstanceId: string) => { url: any; qs: { fullInfo: boolean; }; }; export declare const policyTemplates: (orgId: string) => any; export declare const policyTemplate: (orgId: string, policyId: string) => any; export declare const tier: (orgId: string, env: string, apiInstanceId: string, tierId: string) => string; export declare const apiAutodiscovery: (orgId: string, env: string, apiInstanceId: string, gatewayVersion: string) => { url: any; qs: { gatewayVersion: string; }; }; export declare const apiProxyDownload: (orgId: string, env: string, apiInstanceId: string, gatewayVersion?: string) => { url: any; qs: { gatewayVersion: string; }; headers: { Accept: string; }; encoding: null; }; export declare const apisGAVQuery: (orgId: string, env: string, groupId: string, assetId: string, version: string) => { url: string; qs: { groupId: string; assetId: string; assetVersion: string; }; }; export declare const apiVersionClassify: (orgId: string, apiId: string, apiVersionId: string) => any; export declare const rtfs: (orgId: string, envId: string, providerId: string) => { url: any; qs: { environmentId: string; }; }; export declare const rtf: (orgId: string, envId: string, providerId: string, targetId: string) => any; export declare const deploymentTargets: (orgId: string, envId: string) => { url: any; qs: { environmentId: string; }; }; export declare const apiDeployments: (orgId: string, envId: string, apiInstanceId: string) => any; export declare const apiDeployment: (orgId: string, envId: string, apiInstanceId: string, deploymentId: string) => any; export declare const deploymentTargetsFlex: (orgId: string, envId: string) => { url: any; qs: { enviromentId: string; }; }; export declare const flexDeploymentTargetById: (orgId: string, envId: string, targetId: string) => { url: any; qs: { enviromentId: string; targetId: string; }; }; export declare const upstreams: (orgId: string, env: string, apiInstanceId: string) => string; export declare const upstream: (orgId: string, env: string, apiInstanceId: string, upstreamId: string) => string;