import IApiEndpoints from "../IApiEndpoints";
export declare const MOCK_ENDPOINT_RESPONSE = "MOCK_ENDPOINT_RESPONSE: ";
declare const mockEndpoints: IApiEndpoints;
export default mockEndpoints;
