declare module 'helper-date' {
  declare function DateHelper(str: string, pattern: string, options: unknown): string;

  export = DateHelper;
}
