import type { PublicKey } from "@solana/web3.js"; export declare class PublicKeyUtils { static isBase58(value: string): boolean; static orderKeys(...keys: PublicKey[]): PublicKey[]; }