/** * Proxy-based interface for dynamically accessing AWS resource handlers. * This allows for a natural, namespace-like access pattern (e.g., AWS.S3.Bucket) * while lazily creating resource handlers as needed. */ export declare const AWS: typeof import("./types"); //# sourceMappingURL=proxy.d.ts.map