import { ProfilesAndHistoryConfiguration } from "../../../core/FlexDataClient"; export declare const useGetPrioritizedIdentifiersBySid: (identifierMappingSids: Array | undefined, connectorName: string | null) => { identifierMappingsGQL: ProfilesAndHistoryConfiguration[]; loading: boolean; error: any; };