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