import {Bundle, Module, Package} from '@beyond-js/kernel/bundle';

export const bundle = <Bundle>null;
export const module = <Module>null;
export const pkg = <Package>null;
