import CommandBase from './commandBase';
export default class DataUmbScope extends CommandBase {
    commandName: string;
    method(value: string, child?: string): Cypress.Chainable<any>;
}
