export declare const CSRF_TOKEN: {
    FETCH: string;
    HEADER_VALUE: string;
    SESSION_HEADER: string;
};
export declare const CONNECTION_URL: {
    LOGIN: string;
    LOGOUT: string;
};
//# sourceMappingURL=connectionConstants.d.ts.map