import { Pipe } from "../pipe.js";
export declare function mapTo(value: any): Pipe;
