type LicenseParams = { key: string; silent?: boolean; }; export declare function anydeskLicenseParams(params: LicenseParams): string; export {};