import { FeaturesUrls } from '../urls'; export declare type LiftResponse = { access_token: string; token_type: string; _links: FeaturesUrls; };