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