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