import { FeatureFlagsKeysEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from './../../commands'; export declare class GetFeatureFlagCommand extends EnvironmentWithUserCommand { key: FeatureFlagsKeysEnum; } //# sourceMappingURL=get-feature-flag.command.d.ts.map