declare const Prompt: {
    command(): Promise<any>;
    repositories(repositories?: any): Promise<any>;
};
export default Prompt;
