// @ts-ignore
import { name } from '../package.json';
export * from './server';
export { default } from './server';
export const namespace = name;