import { WebTypesBuilderConfig } from "../types/config";
export default function build(config: WebTypesBuilderConfig): Promise<void>;
