import { NETWORK } from "../../types"; /** * Fetches all artists in the BrightSwitch mongo db. * @param params - The params to pass to the fetch request. * @param method - The method to use for the fetch request. * @param data - The data to pass to the fetch request. * @returns - The response from the fetch request. */ export declare const client: (params: string, method: "GET" | "POST" | "DELETE" | "PUT", data: any, network?: NETWORK) => Promise; export * from "./artist"; export * from "./switch"; export * from "./burner"; //# sourceMappingURL=index.d.ts.map