3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
import type { ImageMetadata } from '../types.js';
|
|
export declare function inferRemoteSize(url: string): Promise<Omit<ImageMetadata, 'src' | 'fsPath'>>;
|