import { IntermediateSchemaOutput } from '../../prayer-manager-interface.ts';
export declare function mapper_intermediate(dayCalendar: any, element: any, selectedHour: any): IntermediateSchemaOutput | undefined;
