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 };
