export namespace InternalFileSystem {
  /**
   * Get template files for all of realize agents
   *
   * @returns Template file paths
   */
  export const DEFAULT = [
    "src/providers/authorize/jwtAuthorize.ts",
    "src/MyGlobal.ts",
    "src/utils/toISOStringSafe.ts",
  ];
}
