import { TransactionInstruction } from '@solana/web3.js'; import { MintPrintParams } from '../../types/shop.type'; export declare const mintPrint: (newTokenInstruction: TransactionInstruction[], params: MintPrintParams) => Promise;