export declare function nils<T = null>(): WritableStream<T>;
export declare function nil<T = null>(): T;
