export declare function getMintName(mintPubkey: string, baseURL: string): Promise<string | undefined>;
