export declare class ObjectMaker { static language: string; static toJson(key: string, config: any, values: any, additional?: { min?: any; max?: any; }): any; static null(): any; static getPasswordMessage(): any; static setMessage(): void; static getDateString(value: Date): string; }