import Configstore from "configstore"; export declare const config: Configstore; export declare function setLicenseKey(key: string): Promise; export declare function validateLicense(): Promise;