/** * Config to create an axios instance to the api.blackandwhite-ff endpoints. */ export declare const configApiBlackAndWhite: { baseURL: string; headers: { "Content-Type": string; }; };