import { AuthenticationBaseCommand } from 'anypoint-cli-command'; import { AbstractApiMgr } from '../commands/api-mgr/abstract-api-mgr-command'; export declare const parseLimits: (limit: any) => { visible: boolean; maximumRequests: number; timePeriodInMilliseconds: any; }[]; export declare const getMillis: (name: string) => any; export declare const getPolicyById: (self: AuthenticationBaseCommand, orgId: string, env: string, apiInstanceId: string, policyId: string) => Promise; export declare const setPolicyDisabled: (self: AbstractApiMgr, orgId: string, env: string, apiInstanceId: string, policyId: string, disable: boolean) => Promise; export declare const changeAPIDeprecation: (self: AbstractApiMgr, orgId: string, env: string, apiInstanceId: string, deprecate: boolean) => Promise; export declare const getMule4PolicyTemplate: (self: AuthenticationBaseCommand, groupId: string, assetId: string, version: string) => Promise; export declare const getApi: (orgId: string, envId: string, apiId: string) => Promise; export declare const isCloudhub: (val: string) => boolean; export declare const isCloudHub2: (val: string) => boolean; export declare const isRtf: (val: string) => boolean; export declare const isHybrid: (val: string) => boolean; export declare const isFlex: (val: string) => boolean; export declare const getHYTargetById: (orgId: string, envId: string, targetId: string, isFlexTec: boolean) => Promise; export declare const getNonFlexTargetById: (orgId: string, envId: string, targetId: string) => Promise; export declare const getFlexTargetById: (orgId: string, envId: string, targetId: string) => Promise; export declare const getRFRuntimeVersion: (orgId: string, envId: string, targetId: string, version: string) => Promise; export declare const composeProxyURI: (opts: any) => string; export declare const endpointUriValidator: (args: any) => boolean; export declare const tlsContextValidator: (flag: any) => boolean; export declare const composeAPIReqBody: (args: any, selectedOrganizationid: any, flags: any) => any; export declare const prepareOptions: (opts: any, convertType: boolean) => any; export declare const nullifyMissingOptions: (opts: any) => any; export declare const readConfigParameter: (configFile: string | undefined, configText: string | undefined, errorHandler: (error: string) => void) => Promise; export declare const getPolicyRequestParams: (config?: any) => any;