UNPKG

241 BTypeScriptView Raw
1import { CognitoUserPool, ICognitoUserPoolData } from 'amazon-cognito-identity-js';
2export declare const Pool: CognitoUserPool;
3export declare function _pool_data(): ICognitoUserPoolData;
4export declare const _data__pool: typeof _pool_data;