import { Context } from "../imports/Context"; export declare class WebServicePolicyValidator { constructor(cx: Context, args: any[], ctorObj: Function, inNewExpr: boolean); validate(): boolean; }