import { APIResponse, Config, GenshinCharacter, GenshinElement } from '../types/index.js';
import * as TE from 'fp-ts/TaskEither';
/**
 * Make api key available at module level
 * @param apiKey Google console api key
 */
export declare const setApiKey: (apiKey: string) => void;
/**
 * Make configs available at module level
 * @param aconfig Config object
 */
export declare const setConfig: (aconfig: Config) => void;
export declare const getBuildsByElementTask: (element: GenshinElement) => TE.TaskEither<string, APIResponse<GenshinCharacter>>;
//# sourceMappingURL=retrieve.d.ts.map