export declare class IntroAdapter {
    private readonly frames;
    private readonly clearLine;
    private readonly frameDelay;
    playIntro(introText: string): Promise<void>;
    private sleep;
}
//# sourceMappingURL=introAdapter.d.ts.map