import type { CollectionBeforeOperationHook } from 'payload'; /** * A CollectionBeforeOperationHook that alters the select in case a virtual field is selected * to ensure that the fields the setVirtualFields hook depends on to correctly generate * the virtual fields are also selected. */ export declare const selectDependentFieldsBeforeOperation: CollectionBeforeOperationHook;