import type { GenericHttpApi } from '../types/GenericHttpApi'; export declare const isHttpApi: (value: any) => value is GenericHttpApi; //# sourceMappingURL=is-http-api.d.ts.map