import * as t from 'io-ts';
export declare const assertAPIResponseOK: (response: Response) => Promise<Response>;
export declare const decodeJSON: <A, O, I>(endpointType: t.Type<A, O, I>) => (response: Response) => Promise<A>;
export declare function apiFetch(path: string, init?: RequestInit): Promise<Response>;
//# sourceMappingURL=baseAPI.d.ts.map