/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import { BaseCommand } from "../../library/index.js"; export declare class CheckLayers extends BaseCommand { static readonly description = "Checks that the dependencies between Fluid Framework packages are properly layered."; static readonly flags: { readonly md: import("@oclif/core/interfaces").OptionFlag; readonly dot: import("@oclif/core/interfaces").OptionFlag; readonly info: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=layers.d.ts.map