type alias SignedMessageRe-exportimport { type SignedMessage } from "https://deno.land/x/lucid@0.10.6/src/mod.ts"; definition: { signature: string; key: string; }