import { Operation } from "@honeycomb-protocol/hive-control"; import { PublicKey } from "@metaplex-foundation/js"; import type { Artist } from "../handler"; /** * 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 removeBurnerIx: (burner: PublicKey, artist: Artist) => Promise; //# sourceMappingURL=removeBurner.d.ts.map