/** * Export all types. * @module */ export * from './types' /** * Declare global object */ declare global { var core: any | undefined }