export declare function getHistoryCommits(options: {
    from?: string;
    to?: string;
}, opts?: {
    cwd?: string;
}): Promise<string[]>;
//# sourceMappingURL=get-history-commits.d.ts.map