import OnesyDate from './OnesyDate';
export declare type IOptionsFormat = {
    l?: (...args: any[]) => any;
};
export default function format(onesyDate?: OnesyDate, value_?: string, options?: IOptionsFormat): string;
