/**
 * get a new Date object representing start of period
 */
declare function startOf(date: any, period: any): any;
export default startOf;
