import type { CliRunResult } from "./bearshell.js"; export declare function stagedPackageArtifactProvenanceUsage(invocation?: string): string; export declare function runStagedPackageArtifactProvenanceCommand(args: readonly string[], invocation?: string): CliRunResult;