export interface AddOptions { projectDir: string; templatesDir: string; surface: string; skipInstall?: boolean; } export declare function runAdd(options: AddOptions): void; //# sourceMappingURL=add.d.ts.map