import { type VMixFunction } from '.';
export type FunctionIDsGeneral = 'ActivatorRefresh' | 'CallManagerShowHide' | 'KeyPress' | 'SendKeys' | 'SetDynamicValue1' | 'SetDynamicValue2' | 'SetDynamicValue3' | 'SetDynamicValue4' | 'Undo';
export declare const FunctionsGeneral: VMixFunction[];