import * as sdkcore from '@bitgo/sdk-core'; import { ILightningWallet } from './lightning'; /** * Returns custodial or self custodial lightning wallet depends on wallet type. */ export declare function getLightningWallet(wallet: sdkcore.IWallet): ILightningWallet; //# sourceMappingURL=wallet.d.ts.map