export declare const compose: (...operators: Function[]) => (fn: T) => T; export declare const pipe: (...operators: Function[]) => MethodDecorator;