import { Instruction, TransactionSigner } from '@solana/kit'; import { CreateTreeConfigAsyncInput } from './generated'; export declare function getCreateTreeInstructions(input: Omit & { merkleTree: TransactionSigner; merkleTreeSize?: number; canopyDepth?: number; }): Promise; //# sourceMappingURL=createTree.d.ts.map