/** * Attendance Constants * * Organization: * - Page Configuration * - API Routes * - Status Options */ import { ATTENDANCE_STATUS } from "../../type"; export declare const pageLimit: number; export declare const ATTENDANCE_STATUS_OPTIONS: { label: string; value: ATTENDANCE_STATUS; }[];