export declare class AgroPermissionModel<T> {
    aplicat: string;
    form: string;
    child: string;
    menu: T;
    constructor();
}
