import { IConfig } from '../models/interface';
export declare function create(config: IConfig): Promise<unknown>;
