export declare const formatWithOptions: import("./types.ts").FPFn3<
  string,
  import("../format.ts").FormatOptions | undefined,
  string,
  string | number | Date
>;
