export declare const merge: (...objs: T[]) => any; export declare function castArray(value: TValue | ReadonlyArray): TValue[];