declare const EMPTY_VALUE: { value_null: null; value_0: number; value_0_string: string; value_arr: never[]; }; export default EMPTY_VALUE;