import type { Spinner } from './spinner.js'; export declare function askForAppSecret({ spinner, }: { spinner: Spinner; }): Promise;