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