import { ValueTransformer } from '../interfaces/mapper';
export declare const stringTransformer: ValueTransformer<any, string>;
