/**
 * Represents an empty array.
 *
 * @type {ReadonlyArray<any>}
 */
export declare const EMPTY_ARRAY: ReadonlyArray<any>;
//# sourceMappingURL=empty-array.d.ts.map