import { In, Out } from "../_interfaces"; export declare function last(observable: In): Out;