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