UNPKG

@amplitude/ampli

Version:

Amplitude CLI

6 lines (5 loc) 385 B
import PythonVerifier from './PythonVerifier'; import PythonVerifierAmpliV1 from './PythonVerifierAmpliV1'; declare const PythonVerifierFactory: (ampliInstanceNames: string[] | undefined) => PythonVerifier; declare const PythonVerifierAmpliV1Factory: (ampliInstanceNames: string[] | undefined) => PythonVerifierAmpliV1; export { PythonVerifierFactory, PythonVerifierAmpliV1Factory, };