interface IBaseInitOptions { debug?: boolean; } export default IBaseInitOptions; //# sourceMappingURL=IBaseInitOptions.d.ts.map