"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const GoVerifierAmpliV1_1 = require("./GoVerifierAmpliV1");
const GoVerifierAmpliV1Factory = (ampliInstanceNames) => new GoVerifierAmpliV1_1.default(ampliInstanceNames);
exports.default = GoVerifierAmpliV1Factory;