import { getCallBridge } from '../bridge'; export declare const productFetchApi: (callBridge: ReturnType) => { requestConfluence: (restPath: string, fetchOptions?: RequestInit) => Promise; requestJira: (restPath: string, fetchOptions?: RequestInit) => Promise; }; //# sourceMappingURL=fetch.d.ts.map