/**
 * @rlanz/ally-twitch
 *
 * @license MIT
 * @copyright Romain Lanz <romain.lanz@pm.me>
 */
import type Configure from '@adonisjs/core/commands/configure';
/**
 * Configures the package
 */
export declare function configure(command: Configure): Promise<void>;
