import { type IAttributeDisplayFormMetadataObject, type IDrillToCustomUrl } from "@gooddata/sdk-model"; import { type IDrillEvent } from "@gooddata/sdk-ui"; /** * Used to determine if drill to URL actions should be disabled * when they reference attributes not present in the current drill intersection * (e.g., in multilayer geo charts where each layer has different attributes). * @internal */ export declare function getDrillToCustomUrlMissingAttributes(drillDefinition: IDrillToCustomUrl, drillEvent: IDrillEvent, displayFormsMap: Record): string[]; //# sourceMappingURL=drillToCustomUrlUtils.d.ts.map