import { EndpointParams } from '../types'; export declare const getRequestKey: (endpointKey: string, params?: EndpointParams, instanceId?: string) => string;