export declare class RecentsDTO {
    aplicativo: string;
    form: string;
    child: string;
    path: string;
    usuario: string;
}
