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 crewConfig - The crew config being modified * @param args - {@link Types.UpdateCrewConfigArgs} * @returns DataSource.InstructionReturn */ export declare function updateCrewConfig(program: Constants.CrewIDLProgram, key: DataSource.AsyncSigner, profile: Web3.PublicKey, crewConfig: Web3.PublicKey, args: Types.UpdateCrewConfigArgs): DataSource.InstructionReturn; //# sourceMappingURL=updateCrewConfig.d.ts.map