import { Entry } from './types'; export declare function catchPostImage(obj: Entry | string, width?: number, height?: number, format?: string): string;