export type SetAPI = (scheme: string) => boolean;
declare function useAPICheck(scheme: string): [boolean, SetAPI];
export default useAPICheck;
