import type { StreamInstance } from '../instance.js'; export interface TimeOutput { time: number; } export type Time = () => Promise; export declare const createTime: (instance: Readonly) => Time; //# sourceMappingURL=time.d.ts.map