import { OPT } from './interface'; export declare const create: (opt: OPT) => Promise;