type UseProfileProps = {
    actor?: string;
    enabled?: boolean;
};
export declare const useProfile: ({ actor, enabled }: UseProfileProps) => import("@tanstack/react-query").UseQueryResult<any, Error>;
export {};
