import { type StagedPackageVerificationResult } from "./staged-package-verification-types.js"; export type { StagedPackageVerificationInput, StagedPackageVerificationResult, } from "./staged-package-verification-types.js"; export declare function assessStagedPackageVerification(input: unknown): StagedPackageVerificationResult;