import { LiturgicalCalendar, LiturgicalDay } from '../../node_modules/romcal/rites/roman1969/dist/esm/romcal.js'; export declare function perpetualCalendar(year: number): Promise; export declare function searchDay(date?: Date): Promise; export declare function searchPropertyOfDay(date: Date, property?: keyof LiturgicalDay): Promise;