export declare const screenshot: ({ id, model, data, width: w, height: h, options, isThumbnail, context, draft }?: { id?: string; model?: any; data?: any; width?: number; height?: number; options?: any; isThumbnail?: boolean; context?: any; draft?: boolean; }) => Promise;