export declare const AwsLambdaManagedMetricName: { INVOCATIONS: string; ERRORS: string; DEAD_LETTER_ERRORS: string; DESTINATION_DELIVERY_FAILURES: string; THROTTLES: string; PROVISIONED_CONCURRENCY_INVOCATIONS: string; PROVISIONED_CONCURRENCY_SPILLOVER_INVOCATIONS: string; DURATION: string; ITERATOR_AGE: string; CONCURRENT_EXECUTIONS: string; PROVISIONED_CONCURRENT_EXECUTIONS: string; PROVISIONED_CONCURRENCY_UTILIZATION: string; UNRESERVED_CONCURRENT_EXECUTIONS: string; }; export declare const AwsLambdaManagedDimensionName: { FUNCTION_NAME: string; RESOURCE: string; EXECUTED_VERSION: string; }; export declare const AwsLambdaIamPolicyAction: { ADD_LAYER_VERSION_PERMISSION: string; ADD_PERMISSION: string; CREATE_ALIAS: string; CREATE_CODE_SIGNING_CONFIG: string; CREATE_EVENT_SOURCE_MAPPING: string; CREATE_FUNCTION: string; DELETE_ALIAS: string; DELETE_CODE_SIGNING_CONFIG: string; DELETE_EVENT_SOURCE_MAPPING: string; DELETE_FUNCTION: string; DELETE_FUNCTION_CODE_SIGNING_CONFIG: string; DELETE_FUNCTION_CONCURRENCY: string; DELETE_FUNCTION_EVENT_INVOKE_CONFIG: string; DELETE_LAYER_VERSION: string; DELETE_PROVISIONED_CONCURRENCY_CONFIG: string; DISABLE_REPLICATION: string; ENABLE_REPLICATION: string; GET_ACCOUNT_SETTINGS: string; GET_ALIAS: string; GET_CODE_SIGNING_CONFIG: string; GET_EVENT_SOURCE_MAPPING: string; GET_FUNCTION: string; GET_FUNCTION_CODE_SIGNING_CONFIG: string; GET_FUNCTION_CONCURRENCY: string; GET_FUNCTION_CONFIGURATION: string; GET_FUNCTION_EVENT_INVOKE_CONFIG: string; GET_LAYER_VERSION: string; GET_LAYER_VERSION_POLICY: string; GET_POLICY: string; GET_PROVISIONED_CONCURRENCY_CONFIG: string; INVOKE_ASYNC: string; INVOKE_FUNCTION: string; LIST_ALIASES: string; LIST_CODE_SIGNING_CONFIGS: string; LIST_EVENT_SOURCE_MAPPINGS: string; LIST_FUNCTION_EVENT_INVOKE_CONFIGS: string; LIST_FUNCTIONS: string; LIST_FUNCTIONS_BY_CODE_SIGNING_CONFIG: string; LIST_LAYERS: string; LIST_LAYER_VERSIONS: string; LIST_PROVISIONED_CONCURRENCY_CONFIGS: string; LIST_TAGS: string; LIST_VERSIONS_BY_FUNCTION: string; PUBLISH_LAYER_VERSION: string; PUBLISH_VERSION: string; PUT_FUNCTION_CODE_SIGNING_CONFIG: string; PUT_FUNCTION_CONCURRENCY: string; PUT_FUNCTION_EVENT_INVOKE_CONFIG: string; PUT_PROVISIONED_CONCURRENCY_CONFIG: string; REMOVE_LAYER_VERSION_PERMISSION: string; REMOVE_PERMISSION: string; TAG_RESOURCE: string; UNTAG_RESOURCE: string; UPDATE_ALIAS: string; UPDATE_CODE_SIGNING_CONFIG: string; UPDATE_EVENT_SOURCE_MAPPING: string; UPDATE_FUNCTION_CODE: string; UPDATE_FUNCTION_CODE_SIGNING_CONFIG: string; UPDATE_FUNCTION_CONFIGURATION: string; UPDATE_FUNCTION_EVENT_INVOKE_CONFIG: string; };