import Configure from '@adonisjs/core/commands/configure';

/**
 * Allows users to add Apitally to their AdonisJS application using the built-in Ace command.
 */

declare function configure(command: Configure): Promise<void>;

export { configure };
