import type { GitOptions } from './index.ts'; export declare const isWindows: (opts: GitOptions) => boolean;