export declare class FlagsmithService { private flagsmith; constructor(); setTraits(identifier: string, traits: Record): Promise; getFeatureFlagValue(feature: string): Promise<{ enabled: boolean; value: any; }>; }