export declare const featureSwitch: { conditions: { all: ({ fact: string; path: string; operator: string; value: string; } | { fact: string; path: string; operator: string; value: number; })[]; }; event: { type: string; params: { props: {}; dels: string[]; }; }; }[];