//#region src/rest/utils/get-auth-endpoint.d.ts /** * @param provider Use a specific authentication provider * @returns The endpoint to be used for authentication */ declare function getAuthEndpoint(provider?: string): string; //#endregion export { getAuthEndpoint }; //# sourceMappingURL=get-auth-endpoint.d.ts.map