export declare class SanificatoreCampo {
    campoDaCercare: string;
    valoreFuturo: string;
    constructor();
}
