type Options = {
    clone?: boolean;
} | null;
export declare const deepmergeAll: (array: any[], optionsArgument?: Options) => any;
export {};
