import { AccountClient } from '@coral-xyz/anchor'; import { Connection, PublicKey } from '@solana/web3.js'; export declare const validPublicKey: (input: string) => boolean; export declare const getRent: (conn: Connection, acct: AccountClient) => Promise; export declare const getRentSync: (dataSize: number) => number; export declare const TOKEN_ACC_RENT: number; export declare const getLamports: (conn: Connection, acct: PublicKey) => Promise; export declare const numToi32Bytes: (num: number) => Uint8Array; export declare const numToU64Bytes: (num: number) => Uint8Array; export declare const numToU32Bytes: (num: number) => Uint8Array; export declare const numToU8Bytes: (num: number) => Uint8Array; export declare const isUserRejectedSigningError: (err: any) => boolean; //# sourceMappingURL=utils.d.ts.map