import * as VAPI from "vapi";
import { Duration, Watcher } from "vscript";
export declare function await_genlock_state(genlock: VAPI.AT1101.Genlock.All | VAPI.AT1130.Genlock.AT1130Genlock, state: VAPI.Servos.State, pars?: {
    timeout?: Duration;
    on_state_loss?: (genlock: VAPI.AT1101.Genlock.All | VAPI.AT1130.Genlock.SingleGenlockState) => void;
}): Promise<Watcher[]>;
export declare function await_genlock_calibration(vm: VAPI.VM.Any, timeout: Duration): Promise<void>;
