import type { Selection } from '../Selection'; export interface PrepassObjKey { field: string; variables?: Record; } export declare function prepass(v: T, ...keys: Array>): T; export declare function prepass(v: T, selections: Set): T;