| 1 | import type { TrustedKey } from "../lib/cloud-facts/keys"; |
| 2 | export function parseRustKeys(text: string): TrustedKey[]; |
| 3 | export function parseTsKeys(text: string): TrustedKey[]; |
| 4 | export function checkCloudFacts(): { failures: string[]; factsVersion: number; activeKeys: number }; |
| 5 |