import { Connection, PublicKey } from '@solana/web3.js'; export declare const validPublicKey: (input: string) => boolean; export declare const getRentSync: (dataSize: number) => number; export declare const getLamports: (conn: Connection, acct: PublicKey) => Promise; export declare const isUserRejectedSigningError: (err: any) => boolean; //# sourceMappingURL=utils.d.ts.map