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