export declare class PdfToImgConversionServiceScriptObject { static convertPdfToImg(attachmentId?: string): any static isPdfToImgConversionRequestSuccessful(conversionResponse?: any, attachmentId?: string, taskId?: string, order?: number): boolean }