import { StarknetWindowObject } from "../StarknetWindowObject"; import { WalletProvider } from "../discovery"; export declare type Sort = string[] | "random" | null | undefined; export declare const sortBy: (wallets: T[], sort: Sort) => T[];