import { Tap, TapContext } from "../types.js"; export declare function bindTap(tap: Tap, ctx: TapContext): Tap;