import type { Application } from 'express'; import type { SetupOptions } from './index.js'; export declare const setup: (app: Application, { onLogin, onLogWriteStreamInitialized, onLogReadStreamInitialized, }: SetupOptions) => void;