import type { Unwinded } from "./Unwinded";
export declare function unwinds<T extends Record<string, unknown>, K extends keyof T & string>(key: K): TransformStream<T, Unwinded<T, K>>;
//# sourceMappingURL=unwinds.d.ts.map