import { Subject } from 'rxjs'; import type { IConfig } from '../types/config.types'; import type { IAnswers } from '../types/types'; export declare function getInitialPrompts($initialPrompts: Subject, answers: IAnswers, config: IConfig): void;