import { type CloudCommandOptions } from "./command.js"; export declare function runKeys(args: string[], options?: CloudCommandOptions): Promise;