import * as CURRENT_FEATURES from "../../canary-features.js";
type FEATURE = keyof typeof CURRENT_FEATURES;
export declare function getFeatures(isProd: boolean): { [key in FEATURE] : boolean };
export {};
