import type { SignerSet } from '../config/account.js'; import type { ResolvedAccountConfig } from '../config/resolved.js'; import type { OwnerSignerSelection } from '../signing/types.js'; import type { IntentSessionSelection } from '../transactions/intents/types.js'; export type AdaptedSignerSelection = OwnerSignerSelection | IntentSessionSelection; export declare function adaptSignerSelection(account: ResolvedAccountConfig, signers: SignerSet): AdaptedSignerSelection; //# sourceMappingURL=signer-selection.d.ts.map