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