/// <reference types="cypress" />
import CommandBase from './commandBase';
export default class DataUmb extends CommandBase {
    commandName: string;
    method(value: string, child?: string): Cypress.Chainable<JQuery<HTMLElement>>;
}
