import { SENVI, TADIR } from "../../client";
import { IParser } from "../IParser";
export declare class ClasSenviParser implements IParser {
    type: string;
    constructor();
    parse(senvi: SENVI): Promise<TADIR>;
}
