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