import { Got } from 'got';
import { VMActions } from '../types/vm.js';
export declare function createAction(vmId: string, action: VMActions, gotClient: Got): Promise<void>;
