export declare const request: (url: string, options: { method?: string; qs?: Record; body?: string | Record; headers?: Record; contentType?: 'json' | 'form'; }) => Promise<{ text: () => Promise; }>;