import { Operation } from "@honeycomb-protocol/hive-control"; import type { Artist } from "../handler"; import { PublicKey } from "@solana/web3.js"; /** * Update an artist. * @param args - The arguments for creating an artist. * @param brightswitch - The BrightSwitch instance for managing the creation. * @returns An object containing the artist's public key and the operation (if applicable). */ export declare const removeSwitchIx: (_switch: PublicKey, artist: Artist) => Promise; //# sourceMappingURL=removeSwitch.d.ts.map