import { type InsightDrillDefinition } from "@gooddata/sdk-model"; import { type IDashboardCommand } from "../../../commands/base.js"; import { type RemoveDrillsSelector } from "../../../commands/insight.js"; import { type DashboardContext } from "../../../types/commonTypes.js"; export declare function validateRemoveDrillsByLocalIdentifier(drillSelector: RemoveDrillsSelector, drills: InsightDrillDefinition[], ctx: DashboardContext, cmd: IDashboardCommand): InsightDrillDefinition[]; //# sourceMappingURL=removeDrillsSelectorValidation.d.ts.map