import { Service } from '@gasbuddy/service'; export default function (): Service { return { start() {}, }; }