import { IAPIAdapter } from './interfaces'; declare const publicApi: IAPIAdapter; export default publicApi;