/** * List of endpoints. */ export declare const endpoints: { LOGIN_WITH_CREDENTIALS: string; REFRESH_TOKEN: string; LOGOUT: string; };