import { Middleware } from ".";
/**
 * Passes along the XSRF header from the XRSF-TOKEN cookie.
 */
export declare function withXSRFToken(cookieName?: string, headerName?: string): Middleware<any, any>;
