import { ResponseEntity } from '../core/entities/reponse.entity';
export declare function handleMessageSucces(data: any, accion: string, totalRecords?: number): ResponseEntity<any>;
export declare function handleMessageError(error: string): {
message: any;
summary: any;
};