import { Types } from './types';
export declare function format(value: string | number | Date, type: Types): string;
export declare function escape(value: string): string;
