import { OrgFeatureFlagResponse } from './types';
export declare function fetchFeatureFlag(featureFlag: string, org: any): Promise<OrgFeatureFlagResponse>;
