interface checkCommitArgs { GIT_BIN?: string; cwd?: string; subPath: string; commitRef?: string; } export default function reasonToDiscardCommit({ GIT_BIN, cwd, subPath, commitRef, }: checkCommitArgs): Promise; export {};