export type IsStablecoinFn = (symbol: string) => boolean; export declare function useIsStablecoin(): IsStablecoinFn; //# sourceMappingURL=useIsStablecoin.d.ts.map