export function f() {
return 1;
}
export const b = 2;
export const usedExports = __webpack_exports_info__.usedExports;