import { In, Out } from "../_interfaces"; /** * * @param observable * * @public * @endomorphic */ export declare function first(observable: In): Out;