import { ComponentHarness, HarnessPredicate, TestElement } from '@angular/cdk/testing'; import { FormTemplateHarness } from '@ng-atomic/components/templates/form/harness'; declare class CommandPageHarness extends ComponentHarness { static hostSelector: string; private _form; static with(options?: Record): HarnessPredicate; getForm(): Promise; getFieldByLabel(label: string): Promise; clickExecuteButton(): Promise; } export { CommandPageHarness }; //# sourceMappingURL=xxmachina-components-pages-command-harness.d.ts.map