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