export type IsStablecoinFn = (symbol: string) => boolean;
export declare const useIsStablecoin: () => IsStablecoinFn;
