import { SDTFEngine, SDTFQuery } from '@specifyapp/specify-design-token-format'; export type UpdaterFunction = (engine: SDTFEngine, applyTo?: SDTFQuery) => void; export type OptionsWithoutApplyToAndRemoteExecution = Omit< Options, 'applyTo' | 'shouldExecuteRemotely' >;