export declare const QUEUE_URL_TEMPLATE: (endpoint: string) => string;
export declare const TOPIC_ARN_TEMPLATE: (endpoint: string) => string;
export declare const QUEUE_ARN_TEMPLATE: (endpoint: string) => string;
