declare const checkLicense: (license: string | undefined) => Promise<boolean>;
export declare const throwIfInvalidLicense: (license: string | undefined) => Promise<void>;
export default checkLicense;
