export interface SplashtopBusinessAccountPayload { /** * Splashtop account used by the Business app. */ account: string; } export declare function splashtopBusinessUrl(account: string, parameterName: 'mac' | 'sos', parameterValue: string): string;