import type { CommandContext } from '../types.js'; export interface CreateCommandOptions { repo?: string; branch?: string; retention: string; machine: string; service?: string[]; setupScript?: string; idleTimeout?: string; tailscale?: boolean; } export declare function handleCreate(ctx: CommandContext, opts: CreateCommandOptions): Promise; //# sourceMappingURL=create.d.ts.map