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