import { DispatchServiceQueue } from './types'; export declare const createStreamMessageQueue: (stream: { write: (s: string, onComplete: (err: any) => void) => void; }, separator: string) => DispatchServiceQueue;