import { GetLicenseStatusResponse } from '../server/api-types.js'; import type { SimpleFetch } from './simple-fetch.js'; import type { LogContext } from '@rocicorp/logger'; export declare function licenseActive(mustFetch: SimpleFetch, serverURL: URL, key: string, profileID: string, lc: LogContext): Promise; export declare function getLicenseStatus(mustFetch: SimpleFetch, serverURL: URL, key: string, lc: LogContext): Promise;