export declare const holidays: (year: string, year2?: string) => Promise<{
    success: boolean;
    message: string;
    data: any;
}>;
