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