import * as types from "../nightShiftTypes";
export declare const useNightShiftAndCookies: (cookiesKey: string) => types.UseNightShiftTypes;
