import { HandleParameters } from './' export interface Handler { handle: (...args: any[]) => Promise config: HandleParameters }