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