import { MrujsPluginInterface } from '../types'; export declare function Csrf(): MrujsPluginInterface; export declare function refreshCSRFTokens(): void; export declare function csrfToken(): string | undefined; export declare function csrfParam(): string | undefined; export declare function CSRFProtection(request: Request): void; //# sourceMappingURL=csrf.d.ts.map