export declare function escapeHTML(str: string): string;
export declare function promptConfirm(message: string): Promise<boolean>;
