// Type definitions for luxon 2.0
// Project: https://github.com/moment/luxon#readme
// Definitions by: Colby DeHart <https://github.com/colbydehart>
//                 Hyeonseok Yang <https://github.com/FourwingsY>
//                 Jonathan Siebern <https://github.com/jsiebern>
//                 Matt R. Wilson <https://github.com/mastermatt>
//                 Pietro Vismara <https://github.com/pietrovismara>
//                 Janeene Beeforth <https://github.com/dawnmist>
//                 Jason Yu <https://github.com/ycmjason>
//                 Aitor Pérez Rodal <https://github.com/Aitor1995>
//                 Piotr Błażejewicz <https://github.com/peterblazejewicz>
//                 Carson Full <https://github.com/carsonf>
//                 Hugo Silva <https://github.com/hugofpsilva>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export * from './src/luxon';

export as namespace luxon;
