import type { SelectMode, SelectType } from '../types/index.js'; /** * Determines if a select object is in 'include' or 'exclude' mode * - include: only specified fields are included * - exclude: all fields except specified are included */ export declare const getSelectMode: (select: SelectType) => SelectMode; //# sourceMappingURL=getSelectMode.d.ts.map