export { ArtistArgs, ArtistState } from "./artist"; export type Artist = import("./artist").Artist; export declare const Artist: typeof import("./artist").Artist; export { GetArtistArgs, GetArtistResult, GetArtistOutputArgs } from "./getArtist"; export declare const getArtist: typeof import("./getArtist").getArtist; export declare const getArtistOutput: typeof import("./getArtist").getArtistOutput; export { GetArtistsResult } from "./getArtists"; export declare const getArtists: typeof import("./getArtists").getArtists; export declare const getArtistsOutput: typeof import("./getArtists").getArtistsOutput;