import { UserPoolType } from 'aws-sdk/clients/cognitoidentityserviceprovider';
import { ServiceConnection } from '@cloudgraph/sdk';
declare const _default: ({ service: userPool, data, region, account, }: {
    account: string;
    data: {
        name: string;
        data: {
            [property: string]: any[];
        };
    }[];
    service: UserPoolType & {
        region: string;
    };
    region: string;
}) => {
    [key: string]: ServiceConnection[];
};
/**
 * Cognito User Pool
 */
export default _default;
