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