declare const _exports: typeof DistribuicaoNFeSchema;
export = _exports;
declare class DistribuicaoNFeSchema {
    static montarSchema(options: any): {
        nfeDistDFeInteresse: {
            nfeDadosMsg: {
                distDFeInt: {
                    tpAmb: any;
                    cUFAutor: any;
                };
            };
            '@_xmlns': string;
        };
    };
}
