import type { ProviderApiMetadata } from "../types";
export default function Providers(): Promise<ProviderApiMetadata[]>;
