/** * Shared helpers for configured extension entries. * * @experimental This API is unstable and may change without notice. */ export interface ConfiguredEntryEnabledState { readonly enabled: boolean; } export declare const isConfiguredEntryEnabled: (entry: ConfiguredEntryEnabledState) => boolean; export declare const enabledConfiguredEntries: (entries: Readonly>) => ReadonlyArray; //# sourceMappingURL=configured-entry.d.ts.map