declare const pipe: (...handlers: Function[]) => (arg: any) => T; export default pipe;