/**
 * Class for various APIML constants.
 * @export
 * @class ApimlConstants
 */
export declare class ApimlConstants {
    /**
     * URI for listing APIML services
     * @static
     * @type {string}
     * @memberof ApimlConstants
     */
    static readonly SERVICES_ENDPOINT: string;
}
//# sourceMappingURL=ApimlConstants.d.ts.map