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