export declare const wrapArray: (x?: any) => any; export declare const insertBetween: (arr: any[], el: any) => any[];