import { Doc, SchemaKeyProjection } from "../../types"; export declare function project(documents: G[], criteria: SchemaKeyProjection, model?: typeof Doc): G[];