import { IAuth } from '../types'; declare const getJson: (url: string, auth: IAuth) => Promise; export { getJson };