import type Configure from "@adonisjs/core/commands/configure";
export declare function configure(command: Configure): Promise<void>;
