import { importWaasPrivateKey } from '@dynamic-labs-sdk/client/waas';const importPrivateKey = async (privateKey) => { await importWaasPrivateKey({ chain: 'EVM', // or other chains like 'SOL' privateKey, thresholdSignatureScheme, // default is TWO_OF_TWO, but you can choose other `ThresholdSignatureScheme` like TWO_OF_THREE or THREE_OF_FIVE });};