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