import { DeploymentBuilder } from '@xdn/core/deploy'; /** * Checks for any of the custom frameworks that can be installed from create-nuxt-app * and warns the user on how to handle them if they are installed. * @param builder */ export default function checkForCustomFramework(builder: DeploymentBuilder): void;