export declare type CSRFPair = { secret: string; token: string; }; //# sourceMappingURL=pair.d.ts.map