import { AwsCognitoIdentityPool } from '../../types/generated';
import { RawAwsCognitoIdentityPool } from './data';
declare const _default: ({ service: rawData, account, region, }: {
    service: RawAwsCognitoIdentityPool;
    account: string;
    region: string;
}) => AwsCognitoIdentityPool;
export default _default;
