import { Options } from '@project-types/options';
/**
 * Get options string for set date range in git log command
 */
declare const getDateRangeGitLogOptions: (options: Options) => string;
export default getDateRangeGitLogOptions;
