import { type IDrillableItemsCommandBody } from "@gooddata/sdk-embedding"; import { type IHeaderPredicate } from "@gooddata/sdk-ui"; /** * Converts post message with drilling specification into header predicates. Given the message with * uris, identifiers and composedFrom uris and identifiers, this function will create instances of * uriMatch(), identifierMatch(), composedFromUri(), composedFromIdentifier() predicates. * * @param postMessageData - input received via post message * @internal */ export declare function convertPostMessageToDrillablePredicates({ uris, identifiers, composedFrom }: IDrillableItemsCommandBody): IHeaderPredicate[]; export declare const DrillablePredicatesUtils: { convertPostMessageToDrillablePredicates: typeof convertPostMessageToDrillablePredicates; }; //# sourceMappingURL=drillablePredicates.d.ts.map