import { Logger } from "@fullstack-one/logger"; export declare class CSRFProtection { private logger; private authConfig; constructor(logger: Logger, authConfig: any); createSecurityContext(ctx: any, next: any): Promise; }