import type { PluginInput } from "@opencode-ai/plugin"; export declare function normalizeLedgerName(name: string): string; export declare function createLedgerSaveTool(ctx: PluginInput): any; export declare function createLedgerLoadTool(ctx: PluginInput): any;