import { Alloy, Init } from './types';
import './types/bc';
declare const alloy: Alloy;
export { Init };
export default alloy;
