import type { IApi, IRoute } from '../../../types'; export default function (api: IApi, apiRoutes: IRoute[]): Promise;