export default function alertInTerminal(message: string, options?: {
    gui?: boolean;
}): Promise<void>;
