bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
23 lines (22 loc) • 638 B
TypeScript
declare const passphrase: () => Promise<{
string: any;
}>;
declare const userpass: () => Promise<{
string: any;
}>;
declare const removePrompt: () => Promise<{
string: any;
}>;
declare const resolveConflictPrompt: () => Promise<{
string: any;
}>;
declare const analyticsPrompt: () => Promise<{
string: any;
}>;
declare const errorReportingPrompt: () => Promise<{
string: any;
}>;
declare const forkComponentsPrompt: (bitIds: any, remote: any) => () => Promise<{
string: any;
}>;
export { passphrase, userpass, removePrompt, resolveConflictPrompt, analyticsPrompt, errorReportingPrompt, forkComponentsPrompt };