import { Waas } from "./waas";
export interface IWaasMethod {
    waas: Waas;
}
