/**
 * Class containing Constants used throughout the project.
 *
 * @author Tiago Grosso <tiagogrosso99@gmail.com>
 * @since 0.1.0
 */
export declare class Constants {
    /**
     * The URL of the api.
     */
    static readonly API_URL: string;
}
