import { DeriveStakingQuery } from '@polkadot/api-derive/types'; import { InjectedAccountWithMeta } from '@polkadot/extension-inject/types'; import { Option } from '@polkadot/types'; import { AccountId, StakingLedger } from '@polkadot/types/interfaces'; declare function getControllers(accounts: InjectedAccountWithMeta[], stashControllerMap: Record): InjectedAccountWithMeta[]; declare function getStashes(allAccounts: string[], ownBonded: Option[], ownLedger: Option[]): string[]; export { getControllers, getStashes }; //# sourceMappingURL=stashes.d.ts.map