declare function debug(options: any): void;
declare function html(): any;
declare const commands: {
    debug: typeof debug;
    html: typeof html;
};
export default commands;
