import { Plugin } from '@fluxstack/plugin-kit'; /** * FluxStack CSRF Protection Plugin * Double-Submit Cookie pattern — stateless, no server-side storage needed. */ declare const csrfProtectionPlugin: Plugin; export { csrfProtectionPlugin, csrfProtectionPlugin as default };