/** * shakespeare_get_pubkey tool * Get the connected user's public key */ export declare const pubkey: { description: string; args: {}; execute(args: Record, context: import("@opencode-ai/plugin").ToolContext): Promise; }; //# sourceMappingURL=pubkey.d.ts.map