import type { AccountRuntimePort } from '../../accounts/adapter.js'; import type { AccountQueryPort, ChainCatalogPort } from '../../clients/orchestrator/port.js'; import type { OrchestratorPortfolio } from '../../clients/orchestrator/types.js'; export declare function getPortfolio(input: { readonly account: AccountRuntimePort; readonly client: AccountQueryPort & ChainCatalogPort; readonly onTestnets: boolean; }): Promise; //# sourceMappingURL=portfolio.d.ts.map