import { Shiro } from './shiro';
export { Shiro } from './shiro';
export { ALL_PERMISSION } from './core';
export type { PrincipalPlainObject, Principal } from './core';
export default Shiro;
