import { AbstractManager } from './abstract.manager';
export declare function createManager(driver?: string): AbstractManager;
