import type { Service } from '@roots/bud-framework/service'; /** * API service * * @remarks * Binds facade methods to the framework and provides a way to list them, * call them, and otherwise manipulate them. */ export interface Api extends Service { }