import type { Repl } from '@adonisjs/core/repl'; import type { ApplicationService } from '@adonisjs/core/types'; /** * Define REPL bindings */ export declare function defineReplBindings(app: ApplicationService, Repl: Repl): void;