import { ISerberPlugin } from '../types';
export declare const arrayPlugin: ISerberPlugin<any[], any[]>;
