export interface Snippet { start(cwd: string): Promise; }