/** * @todo Eden-subscription? */ export interface EdenCreateSubscriptionOptions { enabled?: boolean; onStarted?: () => void; onData: (data: TOutput) => void; onError?: (err: TError) => void; } //# sourceMappingURL=create-subscription.d.ts.map