export interface AuthenticationEvent { orderId: number; startAuthentication: string; endAuthentication: string; cameraId: string; stationId: string; } export declare const getAuthentication: (orderId: number) => Promise>; //# sourceMappingURL=authentication.d.ts.map