export declare function displayChapter(str: string): void;
export declare function displayTitle(str: string): void;
export declare function displaySubtitle(str: string): void;
export declare function display(str: string): void;
