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