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