export declare const LICENSE_SCOPES: readonly ["pro", "premium"]; export type LicenseScope = (typeof LICENSE_SCOPES)[number];