export type SearchIndex = { email?: string; publicKey?: { format: "pgp" | "x509" | "minisign" | "ssh" | "tuf"; content?: string; url?: string; }; hash?: string; operator?: "and" | "or"; };