import { Profile } from "../../../flex-ui-core/src"; import { ProfileConnectorError } from "../Definitions"; export declare const useFindProfileBySid: (uniqueName: string, profileConnectSid?: string) => [Profile[] | undefined, ProfileConnectorError, boolean, () => Promise, () => void];