/**
 * Class for various login constants.
 * @export
 * @class LoginConstants
 */
export declare class LoginConstants {
    /**
     * URI base jobs API
     * @static
     * @type {string}
     * @memberof LoginConstants
     */
    static readonly APIML_V1_RESOURCE: string;
}
//# sourceMappingURL=LoginConstants.d.ts.map