/** Default punch state labels — device may remap these in admin settings. */ export declare const PUNCH_LABELS: Record; /** How the user was verified (fingerprint, card, password, etc.) */ export declare const VERIFY_MODE_LABELS: Record; export declare function getPunchLabel(punch: number): string; export declare function getVerifyModeLabel(status: number): string; export declare function isCheckIn(punch: number): boolean; export declare function isCheckOut(punch: number): boolean; //# sourceMappingURL=attendance.d.ts.map