import { StateInitialSlice } from '../../store/slices/index.types'; /** * Generate headers for the request for authentication * @function authHeader * @param {object} data - The data to send to the api server * @param {string} method - The method of the request * @param {object} headers - The headers of the request * @returns {object} */ export declare const authHeader: ({ appName }: StateInitialSlice) => object;