/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/spinner.d.ts (218B)
import ora from 'next/dist/compiled/ora';
export default function createSpinner(text: string, options?: ora.Options, logFn?: (...data: any[]) => void): (ora.Ora & {
setText: (text: string) => void;
}) | undefined;