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

3 lines
186 B
Plaintext

import type { ImageMetadata } from '../types.js';
export declare function emitESMImage(id: string | undefined, watchMode: boolean, fileEmitter: any): Promise<ImageMetadata | undefined>;