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