export type MozneKarenceZa = "meso" | "organi" | "mleko" | "jajca" | "med"; export declare const PotiAplikacijeZdravila: { IV: string; IM: string; SC: string; IMM: string; PO: string; TP: string; IA: string; IU: string; ED: string; }; export type KarencaVrste = { pot?: keyof typeof PotiAplikacijeZdravila; vrsta: string; karence: Partial>; }; export type KarenceVrste = Record>>; export type Karence = Partial>; export type PodatkiKarence = { karence?: Partial; zival?: string; od?: Date; IPV?: boolean; }; //# sourceMappingURL=karence.d.mts.map