export declare const urls: { apiUrl: string; baseUrl: string; imagesUrl: string; }; export declare const endpoints: { homeEndpoint: string; imagesEndpoint: string; surveysEndpoint: string; };