import { StageInterface, UnionWithStageInterface } from "../../interfaces"; export declare const CollectionPayload: (name: string, pipeline?: StageInterface[]) => UnionWithStageInterface;