export declare const getIsKnownByGit: (params: { filePath: string; }) => Promise; export declare const untrackFromGit: (params: { filePath: string; }) => Promise;