export declare function coerceArray(value: T | T[]): T[]; export declare function coerceArray(value: T | readonly T[]): readonly T[];