import UserPoolGroup_ from './userPoolGroup'; import IdentityPool_ from './identityPool'; import UserPool_ from './userPool'; import UserPoolClient_ from './userPoolClient'; import UserPoolUserToGroupAttachment_ from './userPoolUserToGroupAttachment'; import IdentityPoolRoleAttachment_ from './identityPoolRoleAttachment'; import UserPoolUser_ from './userPoolUser'; export declare namespace Cognito { const UserPoolGroup: typeof UserPoolGroup_; const IdentityPool: typeof IdentityPool_; const UserPool: typeof UserPool_; const UserPoolClient: typeof UserPoolClient_; const UserPoolUserToGroupAttachment: typeof UserPoolUserToGroupAttachment_; const IdentityPoolRoleAttachment: typeof IdentityPoolRoleAttachment_; const UserPoolUser: typeof UserPoolUser_; type UserPoolGroup = UserPoolGroup_; type IdentityPool = IdentityPool_; type UserPool = UserPool_; type UserPoolClient = UserPoolClient_; type UserPoolUserToGroupAttachment = UserPoolUserToGroupAttachment_; type IdentityPoolRoleAttachment = IdentityPoolRoleAttachment_; type UserPoolUser = UserPoolUser_; }