///
import * as anchor from "@project-serum/anchor";
import NodeWallet from "@project-serum/anchor/dist/cjs/nodewallet";
import { Keypair, PublicKey } from "@solana/web3.js";
import { Credix } from "../../idl/credix";
import { CredixSecondaryMarket } from "../../idl/credixSecondaryMarket";
import { CredixClient } from "../../rpc/CredixClient";
export declare const wallet: NodeWallet;
export declare const provider: anchor.AnchorProvider;
export declare const program: anchor.Program;
export declare const secondaryMarketProgram: anchor.Program;
export declare const client: CredixClient;
export declare const airdropSol: (publicKey: PublicKey) => Promise>;
export declare const createMint: (authority: PublicKey, baseMintKeyPair?: Keypair) => Promise;
//# sourceMappingURL=solana.utils.d.ts.map