import { ISerberPlugin } from '../types';
export declare const objectPlugin: ISerberPlugin<object, object>;
