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 profile - The profile to be registered as the authorizing crew permissions profile * @param args - {@link Types.RegisterCrewConfigArgs} * @param trees - The merkle tree accounts that can be minted to * @param seedPubkey - Override the default crew config seed pubkey * @returns DataSource.InstructionReturn */ export declare function registerCrewConfig(program: Constants.CrewIDLProgram, profile: Web3.PublicKey, args: Types.RegisterCrewConfigArgs, trees: Web3.PublicKey[], seedPubkey?: Web3.PublicKey): DataSource.InstructionReturn; //# sourceMappingURL=registerCrewConfig.d.ts.map