import { ICommand, ICommandWithRaw } from './types';
export declare function encode(command: ICommand): ICommandWithRaw;
