import type { SimpleFetch } from './simple-fetch.js'; export declare const TEST_LICENSE_KEY = "This key only good for automated testing"; export declare const PROD_LICENSE_SERVER_URL: URL; export declare function createCustomer(mustFetch: SimpleFetch, serverURL: URL, name: string, project: string | undefined, email: string, commercial: boolean, acceptedTOS: boolean): Promise;