import { IApi } from '../../../types'; export declare const build: (api: IApi, opts: any) => Promise;