export declare function getDateFormatString(format: string, localeId: string, value?: Date): string; export declare const approximateStringMatching: (oldTextOrigin: any, oldFormat: any, newTextOrigin: any, caret: any) => any[]; export declare const setTime: (origin: any, candidate: any) => Date;