export declare const AwsApiGatewayManagedMetricName: { "4XX_ERROR": string; "5XX_ERROR": string; CACHE_HIT_COUNT: string; CACHE_MISS_COUNT: string; COUNT: string; INTEGRATION_LATENCY: string; LATENCY: string; }; export declare const AwsApiGatewayManagedMetricDimensionName: { API_NAME: string; METHOD: string; RESOURCE: string; STAGE: string; }; export declare const AwsApiGatewayIamPolicyAction: { INVALIDATE_CACHE: string; INVOKE: string; MANAGE_CONNECTIONS: string; }; export interface CreateAwsApiGatewayExecuteApiGeneralArnParams { partition: string; region: string; account: string; apiId: string; stage: string; method: string; apiSpecificResourcePath: string; } export declare const createAwsApiGatewayExecuteApiGeneralArn: ({ partition, account, region, apiId, stage, method, apiSpecificResourcePath, }: CreateAwsApiGatewayExecuteApiGeneralArnParams) => string;