import Identity from './identity.model';
declare const identitiesBasedOnUserIdsLoader: (userIds: any) => Promise<Identity[]>;
declare const defaultIdentityBasedOnUserIdsLoader: (userIds: any) => Promise<Identity[]>;
export { identitiesBasedOnUserIdsLoader, defaultIdentityBasedOnUserIdsLoader };
//# sourceMappingURL=identity.loaders.d.ts.map