import { PublicKey, Connection, Keypair } from '@solana/web3.js'; export declare function createNonceAccount(connection: Connection, feePayer: Keypair, nonceAccount?: Keypair, amount?: number): Promise<{ nonceAccount: Keypair; nonceAuth: PublicKey; }>; export declare function getNonce(connection: Connection, nonceAccount: PublicKey): Promise; export declare function createNonceAdvanceInstruction(noncePubkey: PublicKey, authorizedPubkey: PublicKey): import("@solana/web3.js").TransactionInstruction; //# sourceMappingURL=nonceUtils.d.ts.map