import { SchedulerLike } from '../types'; import { Observable } from '../Observable'; export declare function bindCallbackInternals(isNodeStyle: boolean, callbackFunc: any, resultSelector?: any, scheduler?: SchedulerLike): (...args: any[]) => Observable; //# sourceMappingURL=bindCallbackInternals.d.ts.map