import { Stream } from '../types';
export declare const createLoadableStream: () => Stream;
export declare const clearStream: (stream?: Stream | undefined) => void;
export declare const checkStream: (stream: Stream | number | string | undefined) => void;
export declare const defaultStream: Stream;
