type operator = (input: any) => any; export declare const pipe: (...fns: operator[]) => (context: any) => any; export {};