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;
