export declare class PreprocessadorLmhtParciais {
    private readonly construtorLmht;
    private readonly _diretorioParcial;
    private readonly _diretorioRaizCaminho;
    constructor();
    get diretorioParcial(): string;
    processarParciais(texto: string): Error | {
        xmlContent: string;
        conteudo: string;
    };
    private obterConteudoDoArquivoParcial;
    private buscarDiretorioOuArquivo;
}
