export declare const command = "add-project"; export declare const desc = "Add new project to .graphqlconfig"; import { Context } from '../'; export declare function handler(context: Context): Promise;