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