import type { ImageInfo, ImageCTX } from '@nuxt/image';
export declare function imageMeta(_ctx: ImageCTX, url: string): Promise<ImageInfo>;
