export declare class ProcessorResponse { successful?: boolean; message?: string; httpStatus?: number; data?: any; }