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