export declare type AlexaCommand = {
    deviceId: string;
    action: string;
    value: any;
};
