import { Func } from './types/Func'; import { UnaryFunction } from './types/UnaryFunction'; export declare function pipeImpl(...args: [o1: Func, ...operations: UnaryFunction[]]): Func;