3 lines
186 B
TypeScript
3 lines
186 B
TypeScript
![]() |
import type { ImageMetadata } from '../types.js';
|
||
|
export declare function emitESMImage(id: string | undefined, watchMode: boolean, fileEmitter: any): Promise<ImageMetadata | undefined>;
|