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