import { getCallBridge } from '../bridge'; import { ForgeRequestInit } from '../types'; export declare const remoteFetchApi: (callBridge: ReturnType) => { requestRemote: (remoteKey: string, fetchOptions?: ForgeRequestInit & { path?: string; }) => Promise; }; export declare const productFetchApi: (callBridge: ReturnType) => { requestConfluence: (restPath: string, fetchOptions?: ForgeRequestInit) => Promise; requestJira: (restPath: string, fetchOptions?: ForgeRequestInit) => Promise; requestBitbucket: (restPath: string, fetchOptions?: ForgeRequestInit) => Promise; }; //# sourceMappingURL=fetch.d.ts.map