import type { Readable } from 'stronger-typed-streams';
/**
 * @deprecated Will be removed after Dec 31, 2022
 */
declare function nextData<T>(stream: Readable<T>): Promise<T>;
export { nextData, };
//# sourceMappingURL=next-data.d.ts.map