Version: 0.0.10.0.20.0.30.0.40.0.50.0.60.0.70.0.80.0.90.1.00.1.10.1.20.1.30.1.40.1.50.2.00.2.10.2.20.2.30.2.40.2.50.2.60.3.00.4.00.4.10.4.20.4.30.4.40.4.50.4.60.4.70.4.80.4.90.4.100.4.110.4.120.4.131.0.01.0.11.0.21.0.41.0.51.0.61.1.02.0.12.0.22.0.33.0.13.0.24.0.04.0.14.0.24.0.34.1.04.2.04.2.14.3.14.3.24.3.34.3.44.3.54.4.04.4.14.5.05.0.05.0.16.0.06.0.1
import { BiTypedMethodDecorator } from './factory';
/**
* Returns the first argument from the function regardless of
* the decorated functions return value.
*/
export declare const Tap: BiTypedMethodDecorator;
export { Tap as tap };
export default Tap;