import type { Ref } from 'vue';
import type { StrapiUser } from '../types/index.js';
export declare const useStrapiUser: <T = StrapiUser>() => Ref<T>;
