import { TObject } from "."; export declare namespace dformat { function formatMe(text: string, args: TObject): string; }