import type { H3Event } from 'h3'; import type { Img } from '../../../module.js'; export declare const useImage: (event?: H3Event) => Img;