/** * shakespeare_deploy tool * Deploys a built project to Shakespeare Deploy using NIP-98 authentication * * This matches the deployment method used by Shakespeare web app. */ export declare const deploy: { description: string; args: { projectPath: import("zod").ZodOptional; subdomain: import("zod").ZodOptional; host: import("zod").ZodOptional; }; execute(args: { projectPath?: string | undefined; subdomain?: string | undefined; host?: string | undefined; }, context: import("@opencode-ai/plugin").ToolContext): Promise; }; //# sourceMappingURL=deploy.d.ts.map