import * as anchor from '@project-serum/anchor'; export declare const createMintNFTInstructions: (provider: anchor.AnchorProvider, mintKeypair: anchor.web3.Keypair) => Promise; export declare const createMintTokensInstructions: (provider: anchor.AnchorProvider, mintKeypair: anchor.web3.Keypair, amount: number, decimals: number) => Promise; export declare const mintNFT: (provider: anchor.AnchorProvider, mintKeypair: anchor.web3.Keypair) => Promise; export declare const mintTokens: (provider: anchor.AnchorProvider, mintKeypair: anchor.web3.Keypair, amount: number, decimals: number) => Promise; export declare const getMetadata: (mint: anchor.web3.PublicKey) => Promise; export declare const getEdition: (mint: anchor.web3.PublicKey) => Promise; //# sourceMappingURL=index.d.ts.map