/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import { BaseCommand } from "../../library/commands/base.js"; export default class GenerateNode10EntrypointsCommand extends BaseCommand { static readonly description = "Generates node10 type declaration entrypoints for Fluid Framework API levels (/alpha, /beta, /internal etc.) as found in package.json \"exports\""; run(): Promise; } //# sourceMappingURL=node10Entrypoints.d.ts.map