import { Service } from '@volar/language-service' export const createSolidityService = (): Service => (/*context, modules*/) => { return {} }