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