export declare const isDEV: () => boolean; export declare const isFalsy: (value: any) => boolean; export declare const warning: (isTruthy: boolean, ...params: any[]) => void;