import { ProjectionSpec } from "../types.cjs";

//#region src/stream/projections/values.d.ts
declare function valuesProjection<T = unknown>(namespace: readonly string[], messagesKey?: string): ProjectionSpec<T | undefined>;
//#endregion
export { valuesProjection };
//# sourceMappingURL=values.d.cts.map