export declare const fillClientInitPayload: (source: string, name: string) => void; export declare function directoryOverridePrompt(dir: string): Promise; export declare function clientNamePrompt(question: string, defaultAns: string): Promise; export declare function addDependency(filePath: string, dep: Record): Promise; export declare function addDependency(filePath: string, dep: Record, { dev, depPath }: { dev?: boolean; depPath?: Array; }): Promise;