import { Identifier } from "../../../flex-ui-core/src"; import { ProfileConnectorError } from "../Definitions"; export declare const useIdentifiers: (uniqueName: string) => [Identifier[] | undefined, ProfileConnectorError, boolean, Function];