import { Manager, ManagerConfig } from './types'; export declare const createManager: >(config: ManagerConfig) => Manager;