import { ProfileAttribute, RankedProfile } from "../../../flex-ui-core/src"; import { ProfileConnectorError } from "../Definitions"; export declare const useFindProfileByIdentifiers: (uniqueName: string) => [RankedProfile[] | undefined, ProfileConnectorError, boolean, (attributes: ProfileAttribute[], channelType: any, identifier: any, writeIfNotFound: any) => void, () => void];