/** * Resolve the vault DB path for a given agent. * Checks the current path first, then falls back to the legacy dot-prefixed path. */ export declare function resolveVaultDbPath(agentId: string): string | null;