import { Dict } from '../types';
export declare const EMPTY_ARRAY: Readonly<any[]>;
export declare const EMPTY_OBJECT: Readonly<Dict<any>>;
