import { type FeatureFlags } from "@webiny/feature-flags"; export interface IGetFeatureFlags { execute(): Promise; } export declare const GetFeatureFlags: import("@webiny/di").Abstraction; export declare namespace GetFeatureFlags { type Interface = IGetFeatureFlags; }