import type { DeferredJobsApiClient } from '../../api'; import type { License } from '../../types'; export type Client = ReturnType; export declare function createClient(api: DeferredJobsApiClient): { get: () => Promise; };