import { IHolidayDefinitionInternal, Legislation } from "@nesto-software/moment-holiday-core";
/**
 * Returns holiday definitions which are usually common for all german states.
 * However, they are defined per state. That is why each state locale returns them.
 * @param legislation the legislation of the state which defines this common holiday definitions itself
 */
export declare const COMMON_STATE_HOLIDAY_DEFINITIONS: (legislation: Legislation) => IHolidayDefinitionInternal[];
