import { PublicKey } from "@solana/web3.js"; import { CustomBg } from "./types/custom-bg"; export declare const getCustomBgKeys: (domain: string, customBg: CustomBg) => { domainKey: PublicKey; bgKey: PublicKey; }; export declare const getArtistPubkey: (bg: CustomBg) => PublicKey;