/** * Checks if any of the virtual fields generated by the plugin is selected, based on the select object. * @param select The select object * @returns true if at least one virtual field is selected, false otherwise */ export declare function hasVirtualFieldSelected(select: Record | undefined): boolean;