import { SupportedProtocol } from '../../../client'; import { SUPPORTED_BACKOFF_FUNCTIONS_TYPE, SUPPORTED_CHANNEL_TYPE } from '../../../client/types'; declare const SUPPORTED_PROTOCOL: Array; declare const SUPPORTED_CHANNEL: Array; declare const SUPPORTED_BACKOFF_FUNCTIONS: Array; declare const SYSTEM_QUEUE_NAME: { SNS: string; }; declare const SNS_QUEUE_EVENT_TYPES: { readonly ScanSubscriptions: "ScanSubscriptions"; readonly ProcessSubscription: "ProcessSubscription"; }; declare const RESERVED_QUEUE_NAME: Array; export { SUPPORTED_CHANNEL, SUPPORTED_PROTOCOL, SUPPORTED_BACKOFF_FUNCTIONS, RESERVED_QUEUE_NAME, SYSTEM_QUEUE_NAME, SNS_QUEUE_EVENT_TYPES, };