declare const client: (params: string, method: "GET" | "POST" | "DELETE" | "PUT", data: any) => Promise; declare const fetchArtists: () => Promise; //# sourceMappingURL=offchain.d.ts.map