import { DispatchService, DispatchServiceOptions } from './types'; export declare const createDispatchService: (options: DispatchServiceOptions) => DispatchService;