import { Fetch } from '../utils'; import { GlobalErrorHandler } from '..'; export declare class GlobalCopyApi { fetchInstance: Fetch; constructor(endpoint: string, token: string, onError?: GlobalErrorHandler); getGlobalCopy: (namespace: string, translationKey: string) => Promise; }