import type { RebaseState } from '@azizbekdevuz/gitguard-schema'; /** * Detect if a rebase is in progress and gather state info. * Uses git rev-parse --git-path to locate rebase directories cross-platform. */ export declare function detectRebaseState(gitDir: string): Promise; //# sourceMappingURL=rebase-detector.d.ts.map