import { GitInclusionResult } from '../types/Config.js'; export declare function checkAndAddConfigToGitignore(configPath: string): void; export declare function checkAndAddHsFolderToGitignore(settingsPath: string): void; export declare function checkGitInclusion(configPath: string): GitInclusionResult;