/** Checks if rendering cycle in process. Then creates object with "value" key and ability to "subscribe" to value changes */
export declare function array(initialValue?: any[]): import("./signal.function.js").SignalObject<any[]>;
