import type { UseProfileReturn } from "./types"; export declare const useProfile: () => UseProfileReturn;