export declare const buildLoggingAuditor: (period: number) => () => import("rxjs").Observable<{
    type: string;
    timestamp: number;
}>;
