astro-ghostcms/.pnpm-store/v3/files/1a/afade64673f9a5b4ff9f5746725...

4 lines
228 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ImageMetadata } from '../types.js';
export declare function isESMImportedImage(src: ImageMetadata | string): src is ImageMetadata;
export declare function isRemoteImage(src: ImageMetadata | string): src is string;