import type { CommandModule } from "yargs"; import type { EntrepriseCommandOptions } from "./options.js"; export declare function EntrepriseCommandFactory({ ENTREPRISE_API_TOKEN, ENTREPRISE_API_TRACKING_CONTEXT, ENTREPRISE_API_TRACKING_RECIPIENT, ENTREPRISE_API_URL, }: Record): CommandModule; //# sourceMappingURL=index.d.ts.map