export declare const ManagementEnvironment: {
    readonly Default: "https://%7BTENANT%7D.auth0.com/api/v2";
};
export type ManagementEnvironment = typeof ManagementEnvironment.Default;
