/** Where the claim registry lives unless a caller points somewhere else. */ declare const DEFAULT_PUBLIC_CLAIMS = "docs/parity/public-claims-v1.json"; declare const runCli: (argv: readonly string[]) => number | undefined | Promise; export { DEFAULT_PUBLIC_CLAIMS, runCli };