export declare const add: (date: Date | string | number, value: number, type?: string, locale?: string, options?: any) => string; export declare const sub: (date: Date | string | number, value: number, type?: string, locale?: string, options?: any) => string;