declare module "string-creashaks-organzine" {
  /**
   * The module directly exports the string "creashaks organzine".
   */
  const exportedString: "creashaks organzine"

  export = exportedString
}
