export declare function addToGitignore(filepath: string): Promise; /** * Checks if gitignore file contains ios and android folders * Processes line by line, ignoring comments and checking for exact patterns */ export declare const isFolderInGitignore: (folder: string) => Promise;