export declare function readOnlyArray<T>(array: T[], message?: string): T[];
