export declare const API_URL = "https://api.kroger.com/v1"; export declare const AUTH_URL: string; export declare const TOKEN_URL: string; export declare const PRODUCT_URL: string; export declare const LOCATION_URL: string;