import type { IContext } from './interface'; export declare const load: (opts: IContext) => Promise;