/**
 * Decorator to enable AWS service configurations.
 *
 * This decorator automatically initializes configurations for AWS DynamoDB, S3,
 * Secrets Manager, and SQS clients.
 *
 * @returns {ClassDecorator} The decorator function.
 */
export declare const EnableAws: () => ClassDecorator;
//# sourceMappingURL=EnableAws.d.ts.map