export declare class Configuration { API_PROCEDURE_URL: string; API_AUTH_URL: string; TOKEN: string; constructor(); }