import { AFM, Execution } from "@gooddata/typings";
import { IDrillableItem } from "../interfaces/DrillEvents";
import { IHeaderPredicate } from "../interfaces/HeaderPredicate";
import { IMappingHeader } from "../interfaces/MappingHeader";
export declare function isSomeHeaderPredicateMatched(drillablePredicates: IHeaderPredicate[], header: IMappingHeader, afm: AFM.IAfm, executionResponse: Execution.IExecutionResponse): boolean;
export declare function convertDrillableItemsToPredicates(drillableItems: Array<IDrillableItem | IHeaderPredicate>): IHeaderPredicate[];
