import { Subscribable } from '../core/types.h'; export declare const drain: () => (stream: Subscribable) => Promise;