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