import { Source } from '../interfaces';
import { Stream } from '../Stream';
export declare function getSource<T>(stream: Stream<T>): Source<T>;
