import type { RequestHandler } from 'express'; export declare const whoami: RequestHandler; export declare const actorWhoami: RequestHandler;