import { Observable } from 'rxjs'; export declare function finalizeWithLast(callback: (value: T) => void, defaultValue: T): (source: Observable) => Observable; //# sourceMappingURL=finalize-with-last.d.ts.map