import type { Selection } from '../Selection'; /** Similiar to the `select()` helper, but for accessor proxies. */ export declare const pick: (schema: Record, selections: Set) => Record;