import type { Asset, LighterProviderKey } from '@lifi/perps-types'; /** * Create the SDK asset descriptor for a Lighter asset identifier and display * symbol. Lighter assets do not provide a package-level logo URI, so this * helper leaves that field empty. * * @param providerId - Instance the asset belongs to; defaults to mainnet. * @public */ export declare const lighterAsset: (id: string, displaySymbol: string, providerId?: LighterProviderKey) => Asset; //# sourceMappingURL=lighterAsset.d.ts.map