import { FlexPluginArguments } from '../lib/create-flex-plugin'; declare const _default: (config: FlexPluginArguments) => void; /** * Prints the final message after the successful creation of a new project * @param config */ export default _default;