|
declare class StubNativeRequest {
|
|
}
|
|
declare class StubNativeResponse {
|
|
}
|
|
export declare const ExpoFetchModule: {
|
|
NativeRequest: typeof StubNativeRequest;
|
|
NativeResponse: typeof StubNativeResponse;
|
|
};
|
|
export {};
|
|
//# sourceMappingURL=ExpoFetchModule.web.d.ts.map
|