import type { H3Event } from 'h3'; import type { $Img } from '@nuxt/image'; export declare const useImage: (event?: H3Event) => $Img;