import * as battery from './battery.contract' export const contract = { battery, } export type Contract = typeof contract