// @ts-nocheck
import { ProviderInput, TypeProvider } from "../types";
export default function ActiveDirectory(input: ProviderInput): TypeProvider;
