import { Identity } from "@omnia/fx/models"; export declare class UserService { private httpClient; constructor(); resolveIdentitiesBySPLookupIds: (webUrl: string, spLookupIds: Array) => Promise; }