import { Operation } from "@honeycomb-protocol/hive-control"; import { PublicKey } from "@solana/web3.js"; import { UpdateSwitchParams } from "../generated"; import { Artist } from "../handler"; /** * Represents the arguments for creating a switch. */ /** * Create a switch and associated collection. * @param args - The arguments for creating a switch. * @param brightswitch - The BrightSwitch instance to use. * @returns An object containing the operation, switch address, and mint address. */ export declare const updateSwitchIx: (address: PublicKey, args: UpdateSwitchParams, artist: Artist) => Promise; //# sourceMappingURL=updateSwitch.d.ts.map