/** * Get the authentication token from localStorage. * This is extracted to a separate file to avoid circular dependencies. */ export declare const getTokenFromLS: () => string;