import { HeosCommandAttribute } from '../types'; export declare function generateHeosCommand(commandGroup: string, command: string, attributes?: HeosCommandAttribute): string;