astro-ghostcms/.pnpm-store/v3/files/1c/d70bbcbc45fd23bc79473b54bc7...

3 lines
186 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ImageMetadata } from '../types.js';
export declare function emitESMImage(id: string | undefined, watchMode: boolean, fileEmitter: any): Promise<ImageMetadata | undefined>;