import * as web3 from '@solana/web3.js'; export declare type PrintBidReceiptInstructionArgs = { receiptBump: number; }; export declare type PrintBidReceiptInstructionAccounts = { receipt: web3.PublicKey; bookkeeper: web3.PublicKey; instruction: web3.PublicKey; }; export declare function createPrintBidReceiptInstruction(accounts: PrintBidReceiptInstructionAccounts, args: PrintBidReceiptInstructionArgs): web3.TransactionInstruction;