export declare function installX402PaymentCommand(input: { cwd: string; inputValue: unknown; recordLocal: boolean; }): Promise>; export declare function probesX402PaymentCommand(input: { cwd: string; postureValue: unknown; recordLocal: boolean; }): Promise>; export declare function registerX402GatewayReadinessCommand(input: { cwd: string; inputValue: unknown; recordLocal: boolean; }): Promise>; export declare function installHealthCommand(input: { cwd: string; }): Promise>; export declare function x402PaymentConformanceCommand(postureValue?: unknown): import("..").CliOutputEnvelope<{ profile: string; adapterPackId: "adapter_pack_x402_payment_exact"; passed: boolean; requiredProbeKinds: ("credential_custody" | "raw_sibling_blocking" | "mcp_direct_call_blocking" | "token_passthrough_blocking" | "wrapper_drift" | "failure_closed")[]; reasonCodes: string[]; }>;