import { RepoListenerInvocation, SdmListener } from "./Listener"; export interface EndpointVerificationInvocation extends RepoListenerInvocation { /** * Reported endpoint base url */ url: string; } export declare type EndpointVerificationListener = SdmListener; //# sourceMappingURL=EndpointVerificationListener.d.ts.map