import * as Web3 from '@solana/web3.js'; import * as DataSource from '@staratlas/data-source'; import * as Constants from '../constants'; import * as Types from '../types'; /** * * @param program - The crew program * @param key - The key authorizing the transaction * @param profile - The profile containing the authorizing crew permissions * @param packTiers - The pack tiers account detailing the odds of each rarity for the new pack type * @param input - {@link Types.RegisterPackTypeInput} * @param crewConfig - Optional to override default crew config (with default seed pubkey) * @returns DataSource.InstructionReturn */ export declare function registerPackType(program: Constants.CrewIDLProgram, key: DataSource.AsyncSigner, profile: Web3.PublicKey, packTiers: Web3.PublicKey, input: Types.RegisterPackTypeInput, crewConfig?: Web3.PublicKey): DataSource.InstructionReturn; //# sourceMappingURL=registerPackType.d.ts.map