import { OnInit } from '@angular/core'; import { DataService, GetActiveChannelQuery, ShippingMethodQuote } from '@vendure/admin-ui/core'; import { Observable } from 'rxjs'; import { TestAddress } from '../test-address-form/test-address-form.component'; import { TestOrderLine } from '../test-order-builder/test-order-builder.component'; import * as i0 from "@angular/core"; export declare class TestShippingMethodsComponent implements OnInit { private dataService; activeChannel$: Observable; testAddress: TestAddress; testOrderLines: TestOrderLine[]; testDataUpdated: boolean; testResult$: Observable; private fetchTestResult$; constructor(dataService: DataService); ngOnInit(): void; setTestOrderLines(event: TestOrderLine[]): void; setTestAddress(event: TestAddress): void; allTestDataPresent(): boolean; runTest(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }