UNPKG

n8n-nodes-zalo-tools

Version:
5 lines (4 loc) 301 B
import type { ImageMetadataGetterResponse } from 'zca-js/dist/context'; export declare function getImageMetadata(filePath: string): Promise<ImageMetadataGetterResponse>; export declare function saveFile(url: string): Promise<string | null>; export declare function removeFile(filePath: string): void;