export declare const AwsSqsManagedMetricName: { APPROXIMATE_AGE_OF_OLDEST_MESSAGE: string; APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED: string; APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE: string; APPROXIMATE_NUMBER_OF_MESSAGES_VISIBLE: string; NUMBER_OF_EMPTY_RECEIVES: string; NUMBER_OF_MESSAGES_DELETED: string; NUMBER_OF_MESSAGES_RECEIVED: string; NUMBER_OF_MESSAGES_SENT: string; SENT_MESSAGE_SIZE: string; }; export declare const AwsSqsManagedDimensionName: { QUEUE_NAME: string; }; export declare const AwsSqsIamPolicyAction: { ADD_PERMISSION: string; CHANGE_MESSAGE_VISIBILITY: string; CHANGE_MESSAGE_VISIBILITY_BATCH: string; CREATE_QUEUE: string; DELETE_MESSAGE: string; DELETE_MESSAGE_BATCH: string; DELETE_QUEUE: string; GET_QUEUE_ATTRIBUTES: string; GET_QUEUE_URL: string; LIST_DEAD_LETTER_SOURCE_QUEUES: string; LIST_QUEUE_TAGS: string; LIST_QUEUES: string; PURGE_QUEUE: string; RECEIVE_MESSAGE: string; REMOVE_PERMISSION: string; SEND_MESSAGE: string; SEND_MESSAGE_BATCH: string; SET_QUEUE_ATTRIBUTES: string; TAG_QUEUE: string; UNTAG_QUEUE: string; };