import Command from '../Command';
import Hilog from '../Hilog';
export declare class HilogCommand extends Command<Hilog> {
    execute(): Promise<Hilog>;
}
