import { Plan } from '@frontegg/entitlements-javascript-commons'; import { FeatureBundleTuple } from '../../../types'; export declare function mapFromTuple(tuple: FeatureBundleTuple): Plan;