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